[Issue 17817] New: Documentation of std.range.chunks mentions unexisting std.range.slide
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Sep 7 14:23:51 UTC 2017
https://issues.dlang.org/show_bug.cgi?id=17817
Issue ID: 17817
Summary: Documentation of std.range.chunks mentions unexisting
std.range.slide
Product: D
Version: D2
Hardware: All
URL: http://dlang.org/phobos/
OS: All
Status: NEW
Severity: enhancement
Priority: P3
Component: dlang.org
Assignee: nobody at puremagic.com
Reporter: azi.hassan at live.fr
The documentation of chunks links to slide in the "see also" section. I
couldn't find anything about it on the website, so I assume it's a typo for
"stride". This issue is also present in the v2.075.0 version of the
documentation
(https://docarchives.dlang.io/v2.075.0/phobos/std_range.html#chunks).
Link : https://dlang.org/phobos/std_range.html#chunks
Broken link : https://dlang.org/phobos/std_range.html#slide
Proposed fix : maybe link to std.range.stride instead
(https://dlang.org/phobos/std_range.html#stride)
--
More information about the Digitalmars-d-bugs
mailing list