Skip to content

Commit 45fb787

Browse files
authored
ite should be iteration
1 parent f05f383 commit 45fb787

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
@@ -43,7 +43,7 @@ $(BUGSTITLE_TEXT_HEADER Library changes,
4343
$(LI $(RELATIVE_LINK2 compile-time-format-optimized,`std.format` with strings passed during compile-time has been optimized))
4444
$(LI $(RELATIVE_LINK2 fix18397,Changed `std.conv.hexString` to return an immutable string literal))
4545
$(LI $(RELATIVE_LINK2 nullable-class,`Nullable!C.nullify` no longer calls .destroy when `C` is a class or interface))
46-
$(LI $(RELATIVE_LINK2 std-algorithm-ite-substitute,`std.algorithm.iteration.substitute` was added))
46+
$(LI $(RELATIVE_LINK2 std-algorithm-iteration-substitute,`std.algorithm.iteration.substitute` was added))
4747
$(LI $(RELATIVE_LINK2 std-bigint-divmod,`divMod` was added to std.bigint.))
4848
$(LI $(RELATIVE_LINK2 std-bigint-getDigit,`getDigit` Was Added To `std.bigint`))
4949
$(LI $(RELATIVE_LINK2 std-exception-enforce,std.exception.enforce can now be used as an eponymous template to create your own enforce function))

0 commit comments

Comments
 (0)