Skip to content

Commit 529b3b6

Browse files
heathermilleradriaanm
authored andcommitted
Corrects links in API documentation
1 parent 93342d8 commit 529b3b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/library/scala/util/parsing/combinator/lexical/StdLexical.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import scala.collection.mutable
2525
* `delimiters` set.
2626
*
2727
* Usually this component is used to break character-based input into
28-
* bigger tokens, which are then passed to a token-parser {@see
29-
* [[scala.util.parsing.combinator.syntactical.TokenParsers]]}.
28+
* bigger tokens, which are then passed to a token-parser (see
29+
* [[scala.util.parsing.combinator.syntactical.TokenParsers]].)
3030
*
3131
* @author Martin Odersky
3232
* @author Iulian Dragos

0 commit comments

Comments
 (0)