Application Context Implementation #4

Closed
kayomn wants to merge 93 commits from event-loop-dev into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a471fd4663 - Show all commits

View File

@ -135,7 +135,7 @@ pub fn Spliterator(comptime Element: type) type {
};
}
test "Spliteration" {
test "Spliterating text" {
const testing = std.testing;
// Single-character delimiter.