mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-06-15 00:04:58 +02:00
Fix typos
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
// TODO: Fix the function body without chaning the signature.
|
||||
// TODO: Fix the function body without changing the signature.
|
||||
fn square(num: i32) -> i32 {
|
||||
num * num;
|
||||
}
|
||||
|
Reference in New Issue
Block a user