Improve test name in Ona module

This commit is contained in:
kayomn 2022-10-17 14:04:24 +01:00
parent c8992fec99
commit a471fd4663
1 changed files with 1 additions and 1 deletions

View File

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