mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
fix typo in 076 (sentinal -> sentinel)
This commit is contained in:
parent
15827c1df3
commit
af3fabd59b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ pub fn main() void {
|
||||||
|
|
||||||
// So now we have a zero-terminated array and a many-item
|
// So now we have a zero-terminated array and a many-item
|
||||||
// pointer that reference the same data: a sequence of
|
// pointer that reference the same data: a sequence of
|
||||||
// numbers that both ends in and CONTAINS the sentinal value.
|
// numbers that both ends in and CONTAINS the sentinel value.
|
||||||
//
|
//
|
||||||
// Attempting to loop through and print both of these should
|
// Attempting to loop through and print both of these should
|
||||||
// demonstrate how they are similar and different.
|
// demonstrate how they are similar and different.
|
||||||
|
|
Loading…
Reference in a new issue