We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5c10ce + e3c721c commit 10030cdCopy full SHA for 10030cd
shared/src/main/scala/scala/util/parsing/input/Reader.scala
@@ -36,7 +36,7 @@ abstract class Reader[+T] {
36
37
/** Returns an abstract reader consisting of all elements except the first
38
*
39
- * @return If `atEnd` is `true`, the result will be `this';
+ * @return If `atEnd` is `true`, the result will be `this`;
40
* otherwise, it's a `Reader` containing more elements.
41
*/
42
def rest: Reader[T]
0 commit comments