summaryrefslogtreecommitdiff
path: root/doc/reference/RationalePart.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference/RationalePart.tex')
-rw-r--r--doc/reference/RationalePart.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/RationalePart.tex b/doc/reference/RationalePart.tex
index 0b8defc75e..dd6164a3d0 100644
--- a/doc/reference/RationalePart.tex
+++ b/doc/reference/RationalePart.tex
@@ -75,7 +75,7 @@ Scala is both an object-oriented and functional language. It is a
pure object-oriented language in the sense that every value is an
object. Types and behavior of objects are described by
classes. Classes can be composed using mixin composition. Scala is
-designed to interact well with mainstream object-oriented languages,
+designed work seamlessly with mainstream object-oriented languages,
in particular Java and C\#.
Scala is also a functional language in the sense that every function