Fix links

This commit is contained in:
Andrei Alexandrescu 2015-02-16 13:39:18 -08:00
parent 0fdb6e0c35
commit 11b32b56e5
19 changed files with 49 additions and 49 deletions

View file

@ -1663,7 +1663,7 @@ Returns: A wrapper $(D struct) that preserves the range interface of $(D input).
opSlice:
Infinite ranges with slicing support must return an instance of
$(XREF range_package, Take) when sliced with a specific lower and upper
$(XREF range, Take) when sliced with a specific lower and upper
bound (see $(XREF range_primitives, hasSlicing)); $(D handle) deals with this
by $(D take)ing 0 from the return value of the handler function and returning
that when an exception is caught.