Skip to content

Commit 1ece73c

Browse files
committed
Update README.md
1 parent f45ed5f commit 1ece73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Would you like to maintain this project? (Please open an issue/send an email!)
77

88
As of Scala 2.11, this library is a separate jar that can be omitted from Scala projects that do not use XML.
99

10-
The compiler was decoupled from this particular implementation using the same approach as for comprehensions (xml syntax is desugared into a set of method calls, which unfortunately is only defined by the implementation). Alternative implementations are welcome!
10+
The compiler was decoupled from this particular implementation using the same approach as for comprehensions (xml syntax is desugared into a set of method calls, which unfortunately is only defined by the [implementation](https://github.com/scala/scala/blob/2.11.x/src/compiler/scala/tools/nsc/ast/parser/SymbolicXMLBuilder.scala)). Alternative implementations are welcome!
1111

1212
API documentation is available [here](http://www.scala-lang.org/api/current/scala-xml/).
1313

0 commit comments

Comments
 (0)