Convert section labels to title case

This commit is contained in:
Andrei Alexandrescu 2017-07-12 15:19:57 -04:00
parent 232380647b
commit 1a08d2a8d6
4 changed files with 15 additions and 15 deletions

View file

@ -1795,7 +1795,7 @@ Params:
Returns: A wrapper $(D struct) that preserves the range interface of $(D input).
opSlice:
Note:
Infinite ranges with slicing support must return an instance of
$(REF Take, std,range) when sliced with a specific lower and upper
bound (see $(REF hasSlicing, std,range,primitives)); $(D handle) deals with