summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroberthoedicke <robert@duckbuddha.com>2014-10-08 23:23:34 +0200
committerroberthoedicke <robert@duckbuddha.com>2014-10-08 23:23:34 +0200
commitb7ce9e4c30721472ec9d83d1b700b6ac45b7e3db (patch)
tree9d5ff4159900241b20d8a454c7b7162c620fdf04
parentd46c024c55598448c0861c4d3b2f5426b6d8f408 (diff)
downloadscala-b7ce9e4c30721472ec9d83d1b700b6ac45b7e3db.tar.gz
scala-b7ce9e4c30721472ec9d83d1b700b6ac45b7e3db.tar.bz2
scala-b7ce9e4c30721472ec9d83d1b700b6ac45b7e3db.zip
Update 03-types.md
Inserted missing word "bounds".
-rw-r--r--spec/03-types.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/03-types.md b/spec/03-types.md
index 5596eaf8ba..d067d45ab2 100644
--- a/spec/03-types.md
+++ b/spec/03-types.md
@@ -939,7 +939,7 @@ limit [^4].
The least upper bound or greatest lower bound might also not be
unique. For instance `A with B` and `B with A` are both
-greatest lower of `A` and `B`. If there are several
+greatest lower bounds of `A` and `B`. If there are several
least upper bounds or greatest lower bounds, the Scala compiler is
free to pick any one of them.