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