fix: fix a typo (#103)

This commit is contained in:
Saqib Ahmed 2024-06-27 14:34:02 +05:00 committed by GitHub
parent 83cf1cad62
commit 491319a6d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ mod tests {
} }
#[test] #[test]
fn thirthieth() { fn thirtieth() {
assert_eq!(fibonacci(30), 832040); assert_eq!(fibonacci(30), 832040);
} }
} }