Fixed typo: "you will wish" -> "you wish"

This commit is contained in:
xaviii
2026-06-09 08:54:40 +02:00
parent 83a89702b2
commit d39241a20e
+1 -1
View File
@@ -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 };