Skip to content

Commit f650d62

Browse files
authored
Merge pull request #5711 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable merged-on-behalf-of: Petar Kirov <[email protected]>
2 parents cba5fec + 89d54ea commit f650d62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

std/range/package.d

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2949,7 +2949,7 @@ pure @safe nothrow @nogc unittest
29492949
`range` with up to `n` elements dropped
29502950
29512951
See_Also:
2952-
$(REF popFront, std, range, primitives), $(REF popBackN, std, range, primitives)
2952+
$(REF popFront, std, _range, primitives), $(REF popBackN, std, _range, primitives)
29532953
+/
29542954
R drop(R)(R range, size_t n)
29552955
if (isInputRange!R)
@@ -3038,8 +3038,8 @@ if (isBidirectionalRange!R)
30383038
`range` with `n` elements dropped
30393039
30403040
See_Also:
3041-
$(REF popFrontExcatly, std, range, primitives),
3042-
$(REF popBackExcatly, std, range, primitives)
3041+
$(REF popFrontExcatly, std, _range, primitives),
3042+
$(REF popBackExcatly, std, _range, primitives)
30433043
+/
30443044
R dropExactly(R)(R range, size_t n)
30453045
if (isInputRange!R)

0 commit comments

Comments
 (0)