Skip to content

Commit bee441f

Browse files
authored
Merge pull request #2355 from Timoses/patch-1
Fix wrong ref to non-existing std.algorithm.BigInt merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2 parents ebd0c4b + 847fedc commit bee441f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelog/2.079.0.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ assert(q * b + r == a);
995995

996996
$(LI $(LNAME2 std-bigint-getDigit,`getDigit` Was Added To `std.bigint`)
997997
$(P
998-
$(REF getDigit, std, algorithm, BigInt) gives the `ulongs` or `uints`
998+
$(REF getDigit, std, bigint) gives the `ulongs` or `uints`
999999
that make up the underlying representation of the `BigInt`.
10001000
)
10011001

0 commit comments

Comments
 (0)