Skip to content

Commit 7b05ce7

Browse files
committed
Correct Link formatting
1 parent ffe309b commit 7b05ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/range/package.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1716,7 +1716,7 @@ pure @safe nothrow @nogc unittest
17161716
}
17171717
}
17181718

1719-
/// https://issues.dlang.org/show_bug.cgi?id=24243
1719+
/// $(LINK2 https://issues.dlang.org/show_bug.cgi?id=24243, Bug 24243)
17201720
pure @safe nothrow unittest
17211721
{
17221722
import std.algorithm.iteration : filter;

0 commit comments

Comments
 (0)