diff options
| author | Dave Gauer <dave@ratfactor.com> | 2021-11-07 20:52:39 -0500 |
|---|---|---|
| committer | Dave Gauer <dave@ratfactor.com> | 2021-11-07 20:52:39 -0500 |
| commit | 40656031c568b346b7eb47118be7c0dc04cc89b6 (patch) | |
| tree | 5866b7f3a15945a73b946443fbd490fc8f4cc2d8 /exercises/061_coercions.zig | |
| parent | 7d29fd8ce4e2a2acd4863166b752b68d29994645 (diff) | |
| parent | c7868de51194b32a16ea6632bb737778ddb983bb (diff) | |
Merge branch 'main' of github.com:ratfactor/ziglings into main
Diffstat (limited to 'exercises/061_coercions.zig')
| -rw-r--r-- | exercises/061_coercions.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/061_coercions.zig b/exercises/061_coercions.zig index e4f87d8..067edde 100644 --- a/exercises/061_coercions.zig +++ b/exercises/061_coercions.zig @@ -22,7 +22,7 @@ // const arr: [3]u8 = [3]u8{5, 6, 7}; // const s: []const u8 = &arr; // to slice // const p: [*]const u8 = &arr; // to many-item pointer -// +// // 4. Single-item mutable pointers can coerce to single-item // pointers pointing to an array of length 1. (Interesting!) // |
