Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1d65e25

Browse files
retronymadriaanm
authored andcommitted
Modernize legacy backquotes in comments.
Was: ``blah'' Now: `blah`
1 parent ac9c3e7 commit 1d65e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/library/scala/util/parsing/input/Position.scala‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
package scala.util.parsing.input
1010

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`.
1212
*
1313
* It provides functionality for:
1414
* - generating a visual representation of this position (`longString`);
1515
* - comparing two positions (`<`).
1616
*
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.
1818
*
1919
* @author Martin Odersky
2020
* @author Adriaan Moors

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /