8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b97da commit 4bf51fdCopy full SHA for 4bf51fd
test/files/run/json.scala
@@ -3,7 +3,7 @@ import scala.collection.immutable.TreeMap
3
4
object Test extends App {
5
/* This method converts parsed JSON back into real JSON notation with objects in
6
- * sorted-key order. Not required by the spec, but it allows us to to a stable
+ * sorted-key order. Not required by the spec, but it allows us to do a stable
7
* toString comparison. */
8
def jsonToString(in : Any) : String = in match {
9
case l : List[_] => "[" + l.map(jsonToString).mkString(", ") + "]"
0 commit comments