mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-07-28 18:25:16 +00:00
Fixed typo: "you will wish" -> "you wish"
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// As with integers, you can pass a pointer to a struct when you
|
// As with integers, you can pass a pointer to a struct when you
|
||||||
// will wish to modify that struct. Pointers are also useful when
|
// wish to modify that struct. Pointers are also useful when
|
||||||
// you need to store a reference to a struct (a "link" to it).
|
// you need to store a reference to a struct (a "link" to it).
|
||||||
//
|
//
|
||||||
// const Vertex = struct{ x: u32, y: u32, z: u32 };
|
// const Vertex = struct{ x: u32, y: u32, z: u32 };
|
||||||
|
|||||||
Reference in New Issue
Block a user