summaryrefslogtreecommitdiff
path: root/spec/12-the-scala-standard-library.md
diff options
context:
space:
mode:
authorroberthoedicke <robert@duckbuddha.com>2014-10-09 00:04:16 +0200
committerroberthoedicke <robert@duckbuddha.com>2014-10-09 00:04:16 +0200
commitae65b95e1bfdc1b6d578914e519b20b008494417 (patch)
tree6fc3ee1ef00c514755e6a3cfb7b7157adff832bc /spec/12-the-scala-standard-library.md
parent79b375c331d87145f82471ec75b982269316c035 (diff)
downloadscala-ae65b95e1bfdc1b6d578914e519b20b008494417.tar.gz
scala-ae65b95e1bfdc1b6d578914e519b20b008494417.tar.bz2
scala-ae65b95e1bfdc1b6d578914e519b20b008494417.zip
Update 12-the-scala-standard-library.md
Changed "in" to "by the".
Diffstat (limited to 'spec/12-the-scala-standard-library.md')
-rw-r--r--spec/12-the-scala-standard-library.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/12-the-scala-standard-library.md b/spec/12-the-scala-standard-library.md
index 2b3ac1742c..988d9804ec 100644
--- a/spec/12-the-scala-standard-library.md
+++ b/spec/12-the-scala-standard-library.md
@@ -332,7 +332,7 @@ The `toString` method returns `"()"`.
## Standard Reference Classes
This section presents some standard Scala reference classes which are
-treated in a special way in Scala compiler -- either Scala provides
+treated in a special way by the Scala compiler -- either Scala provides
syntactic sugar for them, or the Scala compiler generates special code
for their operations. Other classes in the standard Scala library are
documented in the Scala library documentation by HTML pages.