summaryrefslogtreecommitdiff
path: root/14-the-scala-standard-library.md
diff options
context:
space:
mode:
Diffstat (limited to '14-the-scala-standard-library.md')
-rw-r--r--14-the-scala-standard-library.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/14-the-scala-standard-library.md b/14-the-scala-standard-library.md
index 6755ca5f60..da3d1f75ab 100644
--- a/14-the-scala-standard-library.md
+++ b/14-the-scala-standard-library.md
@@ -5,7 +5,7 @@ The Scala standard library consists of the package `scala` with a
number of classes and modules. Some of these classes are described in
the following.
-![Class hierarchy of Scala](classhierarchy.pdf)
+![Class hierarchy of Scala](resources/classhierarchy.pdf)
Root Classes
@@ -101,7 +101,7 @@ $x$ match {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
where the type $T'$ is the same as $T$ except if $T$ is
-of the form $D$ or $D[\tps]$ where $D$ is a type member of some outer
+of the form $D$ or $D[\mathit{tps}]$ where $D$ is a type member of some outer
class $C$. In this case $T'$ is `$C$#$D$` (or
`$C$#$D[tps]$`, respectively), whereas $T$ itself would
expand to `$C$.this.$D[tps]$`. In other words, an