From 3df5773e3a7dd5fac1d6d641b30a84c6470dab19 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Wed, 26 Mar 2014 00:42:54 -0700 Subject: formatting --- 14-the-scala-standard-library.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '14-the-scala-standard-library.md') 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` -- cgit v1.2.3