summaryrefslogtreecommitdiff
path: root/doc/reference/rationale-chapter.verb.tex
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2003-07-16 11:06:34 +0000
committermichelou <michelou@epfl.ch>2003-07-16 11:06:34 +0000
commit8ddba4ddedd0e92745f05a856e3de8483da4f301 (patch)
treefd57c0fde4bdb2d9ec1819ac08db89af1b2f8736 /doc/reference/rationale-chapter.verb.tex
parent08ba2872c4c078fccaee6da60f937a85ec6a0b2f (diff)
downloadscala-8ddba4ddedd0e92745f05a856e3de8483da4f301.tar.gz
scala-8ddba4ddedd0e92745f05a856e3de8483da4f301.tar.bz2
scala-8ddba4ddedd0e92745f05a856e3de8483da4f301.zip
corrected typos
Diffstat (limited to 'doc/reference/rationale-chapter.verb.tex')
-rw-r--r--doc/reference/rationale-chapter.verb.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/rationale-chapter.verb.tex b/doc/reference/rationale-chapter.verb.tex
index 666e20753b..5187663f1e 100644
--- a/doc/reference/rationale-chapter.verb.tex
+++ b/doc/reference/rationale-chapter.verb.tex
@@ -106,7 +106,7 @@ cases where static typing is too restrictive.
Module systems of functional languages such as SML or Caml excel in
abstraction; they allow very precise control over visibility of names
and types, including the ability to partially abstract over types. By
-contrast, object-oriented languages excell in composition; they offer
+contrast, object-oriented languages excel in composition; they offer
several composition mechanisms lacking in module systems, including
inheritance and unlimited recursion between objects and classes.
Scala unifies the notions of object and module, of module signature