8000 Fix documentation typo. · dragos/scala-parser-combinators@4bf51fd · GitHub
[go: up one dir, main page]

Skip to content

Commit 4bf51fd

Browse files
blairadriaanm
authored andcommitted
Fix documentation typo.
1 parent b1b97da commit 4bf51fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/files/run/json.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import scala.collection.immutable.TreeMap
33

44
object Test extends App {
55
/* 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
6+
* sorted-key order. Not required by the spec, but it allows us to do a stable
77
* toString comparison. */
88
def jsonToString(in : Any) : String = in match {
99
case l : List[_] => "[" + l.map(jsonToString).mkString(", ") + "]"

0 commit comments

Comments
 (0)
0