mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2024-11-16 19:50:44 +01:00
fix: fix a typo (#103)
This commit is contained in:
parent
83cf1cad62
commit
491319a6d5
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ mod tests {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn thirthieth() {
|
||||
fn thirtieth() {
|
||||
assert_eq!(fibonacci(30), 832040);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue