mirror of
https://github.com/notohh/rustlings.git
synced 2025-07-15 03:35:34 -04:00
Fix typos
This commit is contained in:
parent
42bd0b8b75
commit
f8d38320cd
2 changed files with 2 additions and 2 deletions
solutions/02_functions
|
@ -1,5 +1,5 @@
|
|||
fn square(num: i32) -> i32 {
|
||||
// Removed the semicolon `;` at the end of the line below to implicitely return the result.
|
||||
// Removed the semicolon `;` at the end of the line below to implicitly return the result.
|
||||
num * num
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue