From a23898e7e19c6d255c262f7465b8bc8c6e0b9b5d Mon Sep 17 00:00:00 2001 From: Janek Bogucki Date: Mon, 10 Apr 2017 12:02:21 +0100 Subject: Fix Greek Mythology references in compiler package Improve documentation some packages and correct some typos in these directories, - compiler - library --- src/compiler/scala/tools/nsc/ast/parser/Scanners.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/scala/tools/nsc/ast/parser/Scanners.scala') diff --git a/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala b/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala index 3ed1570c1c..0618f5d06e 100644 --- a/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala +++ b/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala @@ -1254,7 +1254,7 @@ trait Scanners extends ScannersCommon { class MalformedInput(val offset: Offset, val msg: String) extends Exception /** A scanner for a given source file not necessarily attached to a compilation unit. - * Useful for looking inside source files that aren not currently compiled to see what's there + * Useful for looking inside source files that are not currently compiled to see what's there */ class SourceFileScanner(val source: SourceFile) extends Scanner { val buf = source.content -- cgit v1.2.3