Skip to content

Commit 0f3185e

Browse files
committed
std.numeric: Fix IEEE typo in link
1 parent 79cbde1 commit 0f3185e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/numeric.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public enum CustomFloatFlags
3737
* Store values in normalized form by default. The actual precision of the
3838
* significand is extended by 1 bit by assuming an implicit leading bit of 1
3939
* instead of 0. i.e. `1.nnnn` instead of `0.nnnn`.
40-
* True for all $(LINK2 https://en.wikipedia.org/wiki/IEEE_floating_point, IEE754) types
40+
* True for all $(LINK2 https://en.wikipedia.org/wiki/IEEE_floating_point, IEEE754) types
4141
*/
4242
storeNormalized = 2,
4343

0 commit comments

Comments
 (0)