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

View file

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