Skip to content

Commit a287542

Browse files
authored
fix: fix a typo (mainmatter#103)
1 parent 47f8fba commit a287542

File tree

1 file changed

+1
-1
lines changed
  • exercises/06_ticket_management/02_vec/src

1 file changed

+1
-1
lines changed

exercises/06_ticket_management/02_vec/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ mod tests {
4343
}
4444

4545
#[test]
46-
fn thirthieth() {
46+
fn thirtieth() {
4747
assert_eq!(fibonacci(30), 832040);
4848
}
4949
}

0 commit comments

Comments
 (0)