Skip to content

Commit 0c68cf7

Browse files
committed
Fix link typos
1 parent 7a81335 commit 0c68cf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

std/range/package.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3999,8 +3999,8 @@ if (isBidirectionalRange!R)
39993999
`range` with `n` elements dropped
40004000
40014001
See_Also:
4002-
$(REF popFrontExcatly, std, range, primitives),
4003-
$(REF popBackExcatly, std, range, primitives)
4002+
$(REF popFrontExactly, std, range, primitives),
4003+
$(REF popBackExactly, std, range, primitives)
40044004
+/
40054005
R dropExactly(R)(R range, size_t n)
40064006
if (isInputRange!R)

0 commit comments

Comments
 (0)