Update outdated comments

This commit is contained in:
lording 2023-06-22 12:11:24 +00:00
parent 973625552a
commit b3a254fcfd
3 changed files with 7 additions and 7 deletions

View file

@ -4,7 +4,7 @@
// Ziglings exercise.
//
// We've also seen @intCast() in "016_for2.zig", "058_quiz7.zig";
// and @enumToInt() in "036_enums2.zig".
// and @intFromEnum() in "036_enums2.zig".
//
// Builtins are special because they are intrinsic to the Zig
// language itself (as opposed to being provided in the standard