diff options
| author | Chris Boesch <[email protected]> | 2023-10-08 16:56:09 +0000 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2023-10-08 16:56:09 +0000 |
| commit | e314608f3a5e41a72169b5b271f07371c6d8fbaf (patch) | |
| tree | e8c9a78ae35ac4384bf7df2f87e0aa966003ba63 /exercises | |
| parent | 88a8e06489b258bbaecba9328c5548a2ec94fd95 (diff) | |
| parent | 36d8170d7c2d054242008b6e3b7dd16cc8926023 (diff) | |
| download | ziglings-e314608f3a5e41a72169b5b271f07371c6d8fbaf.tar.xz ziglings-e314608f3a5e41a72169b5b271f07371c6d8fbaf.zip | |
Merge pull request 'fixed language changes in @typeInfo' (#13) from fix_i12 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/13
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/065_builtins2.zig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exercises/065_builtins2.zig b/exercises/065_builtins2.zig index 7d9939a..283aca5 100644 --- a/exercises/065_builtins2.zig +++ b/exercises/065_builtins2.zig @@ -24,9 +24,9 @@ // Returns the innermost struct, enum, or union that a function // call is inside. // -// 2. @typeInfo(comptime T: type) @import("std").builtin.TypeInfo +// 2. @typeInfo(comptime T: type) @import("std").builtin.Type // -// Returns information about any type in a TypeInfo union which +// Returns information about any type in a data structure which // will contain different information depending on which type // you're examining. // |
