mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
Fixed spelling
This commit is contained in:
parent
9b54ba79a0
commit
ea8084187b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
// var bar: *u8 = &foo; // bar is a pointer
|
// var bar: *u8 = &foo; // bar is a pointer
|
||||||
//
|
//
|
||||||
// What is a pointer? It's a reference to a value. In this example
|
// What is a pointer? It's a reference to a value. In this example
|
||||||
// bar is a reference to the memory space that current contains the
|
// bar is a reference to the memory space that currently contains the
|
||||||
// value 5.
|
// value 5.
|
||||||
//
|
//
|
||||||
// A cheatsheet given the above declarations:
|
// A cheatsheet given the above declarations:
|
||||||
|
|
Loading…
Reference in a new issue