fix: fix a typo (#103)
This commit is contained in:
@@ -43,7 +43,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn thirthieth() {
|
fn thirtieth() {
|
||||||
assert_eq!(fibonacci(30), 832040);
|
assert_eq!(fibonacci(30), 832040);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user