Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketmaurya authored Dec 22, 2024
1 parent 3f60de3 commit 2fefb82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/01_intro/01_syntax/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -16,4 +16,4 @@ mod tests {
fn case() {
assert_eq!(compute(1, 2), 5);
}
}
}

0 comments on commit 2fefb82

Please sign in to comment.