mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2024-12-26 21:58:49 +01:00
fix typo
This commit is contained in:
parent
3f60de3712
commit
2fefb8289c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
// TODO: fix the function signature below to make the tests pass.
|
||||
// Make sure to read the compiler error message—the Rust compiler is your pair programming
|
||||
// Make sure to read the compiler error message—the Rust compiler is your pair programmer
|
||||
// partner in this course and it'll often guide you in the right direction!
|
||||
//
|
||||
// The input parameters should have the same type of the return type.
|
||||
|
@ -16,4 +16,4 @@ mod tests {
|
|||
fn case() {
|
||||
assert_eq!(compute(1, 2), 5);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue