diff options
| author | Nick Grimshaw <nick@inviga.co.uk> | 2026-05-18 17:29:17 +0100 |
|---|---|---|
| committer | Nick Grimshaw <nick@inviga.co.uk> | 2026-05-18 17:29:17 +0100 |
| commit | 42a417f9a5a8c25b46f4b55e5361d8875b62f9ea (patch) | |
| tree | acd17e4e2fcdf6c8c6db36c278dfe7cfefa4132c /exercises | |
| parent | dde51b3126b0f9cfbbf5d1ec49fd19ad37dd5a5f (diff) | |
Instruct user not to worry about sentinel syntax in `065_builtins2`
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/065_builtins2.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/065_builtins2.zig b/exercises/065_builtins2.zig index 4514b0b..eb8f3aa 100644 --- a/exercises/065_builtins2.zig +++ b/exercises/065_builtins2.zig @@ -99,7 +99,7 @@ pub fn main() void { // 'fields' is a slice of StructFields. Here's the declaration: // // pub const StructField = struct { - // name: [:0]const u8, + // name: [:0]const u8, // Don't worry about `:0` yet! // type: type, // default_value_ptr: ?*const anyopaque, // is_comptime: bool, |
