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, 2 insertions, 1 deletions
diff --git a/14-the-scala-standard-library.md b/14-the-scala-standard-library.md
index 662207be05..db68edd32f 100644
--- a/14-the-scala-standard-library.md
+++ b/14-the-scala-standard-library.md
@@ -1,6 +1,7 @@
---
title: The Scala Standard Library
layout: default
+chapter: 12
---
# The Scala Standard Library
@@ -234,7 +235,7 @@ for type `Int` and for all subrange types.
The `toString` method displays its receiver as an integer or
floating point number.
-###### Example:
+### Example:
This is the signature of the numeric value type `Int`: