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

View File

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