From 8b12683e0d0b9c1f536327370a45661c40f5ce51 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 11 Aug 2016 14:14:20 +0200 Subject: [PATCH] Docs: Fix incorrect anchors for Array#{filter,unique} refs #12247 --- doc/19-library-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: