diff --git a/std/algorithm/comparison.d b/std/algorithm/comparison.d index 7134c6b42..494377cdb 100644 --- a/std/algorithm/comparison.d +++ b/std/algorithm/comparison.d @@ -73,7 +73,7 @@ Returns: found value plus one is returned. See_Also: -$(LREF find) and $(LREF canFind) for finding a value in a +$(XREF_PACK_NAMED algorithm,searching,find,find) and $(XREF_PACK_NAMED algorithm,searching,canFind, canFind) for finding a value in a range. */ uint among(alias pred = (a, b) => a == b, Value, Values...)