Skip to content

Commit 2fccf6b

Browse files
committed
Remove outdated TODO
It was supposed to be removed: 490654c#r47643278
1 parent 00bc111 commit 2fccf6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/std/ascii.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ pub fn orderIgnoreCase(lhs: []const u8, rhs: []const u8) std.math.Order {
437437
}
438438

439439
/// Returns whether lhs < rhs.
440-
/// TODO rename "IgnoreCase" to "Insensitive" in this entire file.
441440
pub fn lessThanIgnoreCase(lhs: []const u8, rhs: []const u8) bool {
442441
return orderIgnoreCase(lhs, rhs) == .lt;
443442
}

0 commit comments

Comments
 (0)