Docs: Fix incorrect anchors for Array#{filter,unique}

refs #12247
This commit is contained in:
Michael Friedrich 2016-08-11 14:14:20 +02:00
parent 41094489b6
commit 8b12683e0d
1 changed files with 2 additions and 2 deletions

View File

@ -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.
### <a id="array-filter"> Array#filter
### <a id="array-filter"></a> Array#filter
Signature:
@ -720,7 +720,7 @@ Signature:
Returns a copy of the array containing only the elements for which `func(element)`
is true.
### <a id="array-filter"> Array#unique
### <a id="array-unique"></a> Array#unique
Signature: