fix: fix a typo (#103)
authorSaqib Ahmed <saqibahmed515@gmail.com>
Thu, 27 Jun 2024 09:34:02 +0000 (14:34 +0500)
committerGitHub <noreply@github.com>
Thu, 27 Jun 2024 09:34:02 +0000 (11:34 +0200)
exercises/06_ticket_management/02_vec/src/lib.rs

index 99c7d91..2e8b498 100644 (file)
@@ -43,7 +43,7 @@ mod tests {
     }
 
     #[test]
-    fn thirthieth() {
+    fn thirtieth() {
         assert_eq!(fibonacci(30), 832040);
     }
 }