Skip to content

Commit f4e3631

Browse files
perilloalexrp
authored andcommitted
std.zon.parse: Fix typo in test "std.zon parse bool"
Replace "Correct floats" with "Correct bools".
1 parent 4fc7836 commit f4e3631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/zon/parse.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2380,7 +2380,7 @@ test "std.zon enum literals" {
23802380
test "std.zon parse bool" {
23812381
const gpa = std.testing.allocator;
23822382

2383-
// Correct floats
2383+
// Correct bools
23842384
try std.testing.expectEqual(true, try fromSlice(bool, gpa, "true", null, .{}));
23852385
try std.testing.expectEqual(false, try fromSlice(bool, gpa, "false", null, .{}));
23862386

0 commit comments

Comments
 (0)