]> granicus.if.org Git - icinga2/commitdiff
Docs: Fix incorrect anchors for Array#{filter,unique}
authorMichael Friedrich <michael.friedrich@netways.de>
Thu, 11 Aug 2016 12:14:20 +0000 (14:14 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Thu, 11 Aug 2016 12:15:07 +0000 (14:15 +0200)
refs #12247

doc/19-library-reference.md

index 83efd8c4eb8343bee3a91cef178dd1c5cd781112..087a3c26c49f6d6dc0f4ecaccf7db1fa83b163c9 100644 (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: