summaryrefslogtreecommitdiff
path: root/spec/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/index.md')
-rw-r--r--spec/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/index.md b/spec/index.md
index 22209b4262..b47cb033cb 100644
--- a/spec/index.md
+++ b/spec/index.md
@@ -33,8 +33,8 @@ object-oriented and functional programming. 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 work seamlessly with two less pure but mainstream
-object-oriented languages – Java and C#.
+designed to work seamlessly with less pure but mainstream
+object-oriented languages like Java.
Scala is a functional language in the sense that every function is a
value. Nesting of function definitions and higher-order functions are