mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
018 awkward wording
This commit is contained in:
parent
1e1bed46e1
commit
8e540d6388
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// Functions! We've already seen lots of ones called "main()". Now let's try
|
// Functions! We've already created lots of functions called "main()". Now let's
|
||||||
// writing one of our own:
|
// try writing one of our own:
|
||||||
//
|
//
|
||||||
// fn foo(n: u8) u8 {
|
// fn foo(n: u8) u8 {
|
||||||
// return n + 1;
|
// return n + 1;
|
||||||
|
|
Loading…
Reference in a new issue