summaryrefslogtreecommitdiff
path: root/spec/index.md
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-03-30 21:51:59 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-03-30 21:51:59 -0700
commitf40d63acf90f99a919ffa3c25593c55b3380352d (patch)
tree9e29f5c7600e37640544106c099a79830388c60a /spec/index.md
parentbb2a952bc7593e26a312491a2564525b0b5397e9 (diff)
downloadscala-f40d63acf90f99a919ffa3c25593c55b3380352d.tar.gz
scala-f40d63acf90f99a919ffa3c25593c55b3380352d.tar.bz2
scala-f40d63acf90f99a919ffa3c25593c55b3380352d.zip
Don't mention C#
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