File tree 3 files changed +3
-3
lines changed
shared/src/main/scala/scala/util/parsing
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ package token
22
22
* @author Adriaan Moors
23
23
*/
24
24
trait Tokens {
25
- /** Objects of this type are produced by a lexical parser or ``scanner'' , and consumed by a parser.
25
+ /** Objects of this type are produced by a lexical parser or ``scanner`` , and consumed by a parser.
26
26
*
27
27
* @see [[scala.util.parsing.combinator.syntactical.TokenParsers ]]
28
28
*/
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ package util.parsing.input
16
16
import scala .collection .mutable .ArrayBuffer
17
17
18
18
/** `OffsetPosition` is a standard class for positions
19
- * represented as offsets into a source ``document'' .
19
+ * represented as offsets into a source ``document`` .
20
20
*
21
21
* @param source The source document
22
22
* @param offset The offset indicating the position
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ trait Position {
39
39
/** Returns a string representation of the `Position`, of the form `line.column`. */
40
40
override def toString = " " + line+ " ." + column
41
41
42
- /** Returns a more ``visual'' representation of this position.
42
+ /** Returns a more ``visual`` representation of this position.
43
43
* More precisely, the resulting string consists of two lines:
44
44
* 1. the line in the document referred to by this position
45
45
* 2. a caret indicating the column
You can’t perform that action at this time.
0 commit comments