mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
Fix Ex.19 typo (#19)
Oh, look at that, issue 19 is about exercise 19. Today's lucky number is 19. Time to buy a lottery ticket.
This commit is contained in:
parent
4b8cb2e444
commit
6ab9b17eb8
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
//
|
//
|
||||||
// Now let's create a function that takes a parameter. Here's an
|
// Now let's create a function that takes a parameter. Here's an
|
||||||
// example that takes two parameters. As you can see, parameters
|
// example that takes two parameters. As you can see, parameters
|
||||||
// are declared just like an other types ("name": "type"):
|
// are declared just like any other types ("name": "type"):
|
||||||
//
|
//
|
||||||
// fn myFunction( number: u8, is_lucky: bool ) {
|
// fn myFunction( number: u8, is_lucky: bool ) {
|
||||||
// ...
|
// ...
|
||||||
|
|
Loading…
Reference in a new issue