summaryrefslogtreecommitdiff
path: root/14-the-scala-standard-library.md
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-03-11 17:48:36 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-03-11 17:48:36 -0700
commit09c957bef7b063353add3c04a9e0568aeed1eb30 (patch)
treefc71567e3e1ec486783c7fdf792080f3a4ca0a73 /14-the-scala-standard-library.md
parent9fb82769f4cdc51198a7252e117a2a3828e7b00e (diff)
downloadscala-09c957bef7b063353add3c04a9e0568aeed1eb30.tar.gz
scala-09c957bef7b063353add3c04a9e0568aeed1eb30.tar.bz2
scala-09c957bef7b063353add3c04a9e0568aeed1eb30.zip
github markdown: use ###### for definitions and notes
Diffstat (limited to '14-the-scala-standard-library.md')
-rw-r--r--14-the-scala-standard-library.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/14-the-scala-standard-library.md b/14-the-scala-standard-library.md
index 3bfeb9013c..37174b8af3 100644
--- a/14-the-scala-standard-library.md
+++ b/14-the-scala-standard-library.md
@@ -6,11 +6,8 @@ the following.
![Class hierarchy of Scala](resources/classhierarchy.pdf)
-
## Root Classes
-Figure~\ref{fig:class-hierarchy} illustrates Scala's class
-hierarchy.
The root of this hierarchy is formed by class `Any`.
Every class in a Scala execution environment inherits directly or
indirectly from this class. Class `Any` has two direct