|
8 | 8 |
|
9 | 9 | package scala.util.parsing.input
|
10 | 10 |
|
11 | | -/** `Position` is the base trait for objects describing a position in a ``document''. |
| 11 | +/** `Position` is the base trait for objects describing a position in a `document`. |
12 | 12 | *
|
13 | 13 | * It provides functionality for:
|
14 | 14 | * - generating a visual representation of this position (`longString`);
|
15 | 15 | * - comparing two positions (`<`).
|
16 | 16 | *
|
17 | | - * To use this class for a concrete kind of ``document'', implement the `lineContents` method. |
| 17 | + * To use this class for a concrete kind of `document`, implement the `lineContents` method. |
18 | 18 | *
|
19 | 19 | * @author Martin Odersky
|
20 | 20 | * @author Adriaan Moors
|
|
0 commit comments