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.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/14-the-scala-standard-library.md b/14-the-scala-standard-library.md
index 066fdb1570..662207be05 100644
--- a/14-the-scala-standard-library.md
+++ b/14-the-scala-standard-library.md
@@ -318,8 +318,7 @@ The `equals` method returns `true` if the argument is the
same boolean value as the receiver, `false` otherwise. The
`hashCode` method returns a fixed, implementation-specific hash-code when invoked on `true`,
and a different, fixed, implementation-specific hash-code when invoked on `false`. The `toString` method
-returns the receiver converted to a string, i.e.\ either `"true"`
-or `"false"`.
+returns the receiver converted to a string, i.e. either `"true"` or `"false"`.
### Class `Unit`