diff --git a/doc/19-library-reference.md b/doc/19-library-reference.md
index 83efd8c4e..087a3c26c 100644
--- a/doc/19-library-reference.md
+++ b/doc/19-library-reference.md
@@ -711,7 +711,7 @@ Reduces the elements of the array into a single value by calling the provided
function `func` as `func(a, b)` repeatedly where `a` and `b` are elements of the array
or results from previous function calls.
-### Array#filter
+### Array#filter
Signature:
@@ -720,7 +720,7 @@ Signature:
Returns a copy of the array containing only the elements for which `func(element)`
is true.
-### Array#unique
+### Array#unique
Signature: