D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 21125 - Typo in std.range.refRange documentation for opIndex
Summary: Typo in std.range.refRange documentation for opIndex
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dlang.org (show other issues)
Version: D2
Hardware: All All
: P1 minor
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2020-08-05 23:23 UTC by Victor Porton
Modified: 2021-05-16 19:14 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Victor Porton 2020-08-05 23:23:58 UTC
https://dlang.org/phobos/std_range.html

isRandomAccesRange should be isRandomAccessRange.
Comment 1 moonlightsentinel 2020-08-05 23:42:21 UTC
See https://dlang.org/phobos/std_range.html#.RefRange.opIndex
Comment 2 Dlang Bot 2021-05-16 03:51:11 UTC
@maxhaton created dlang/phobos pull request #8078 "Fix Issue 21125 - Typo in std.range.refRange documentation for opIndex" fixing this issue:

- Fix Issue 21125 - Typo in std.range.refRange documentation for opIndex

https://github.com/dlang/phobos/pull/8078
Comment 3 Dlang Bot 2021-05-16 19:14:31 UTC
dlang/phobos pull request #8078 "Fix Issue 21125 - Typo in std.range.refRange documentation for opIndex" was merged into master:

- b2ce76c6f0223fd1907d5f45a3f2ea8830fc11b8 by Max Haughton:
  Fix Issue 21125 - Typo in std.range.refRange documentation for opIndex

https://github.com/dlang/phobos/pull/8078