Showing with 3 additions and 3 deletions.
  1. +3 −3 std/meta.d
6 changes: 3 additions & 3 deletions std/meta.d
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
* $(LREF staticMap)
* $(LREF staticSort)
* ))
* $(TR $(TD Alias sequence indexing) $(TD
* $(TR $(TD Alias sequence searching) $(TD
* $(LREF allSatisfy)
* $(LREF anySatisfy)
* $(LREF staticIndexOf)
* ))
* $(TR $(TD Boolean template predicate operators) $(TD
* $(LREF allSatisfy)
* $(LREF anySatisfy)
* $(LREF templateAnd)
* $(LREF templateNot)
* $(LREF templateOr)
Expand Down