www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 17817] New: Documentation of std.range.chunks mentions

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 puremagic.com
          Reporter: azi.hassan 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)

--
Sep 07 2017