diff --git a/exercises/065_builtins2.zig b/exercises/065_builtins2.zig index 6b8168c..ad8ce1a 100644 --- a/exercises/065_builtins2.zig +++ b/exercises/065_builtins2.zig @@ -21,7 +21,7 @@ // // 1. @This() type // -// Returns the innermost struct, enum, or union that a function +// Returns the innermost struct, enum, or union that this function // call is inside. // // 2. @typeInfo(comptime T: type) @import("std").builtin.Type