TheAlgorithms / Rust

All Algorithms implemented in Rust
MIT License
22.92k stars 2.24k forks source link

chore: fix comment typos in `fibonacci.rs` #827

Closed y5c4l3 closed 1 month ago

y5c4l3 commented 1 month ago

Pull Request Template

Description

Fix comment typos in fibonacci.rs.

Type of change

Please delete options that are not relevant.

Checklist:

Please make sure that if there is a test that takes too long to run ( > 300ms), you #[ignore] that or try to optimize your code or make the test easier to run. We have this rule because we have hundreds of tests to run; If each one of them took 300ms, we would have to wait for a long time.

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.41%. Comparing base (1b07a48) to head (2932dee). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #827 +/- ## ======================================= Coverage 95.41% 95.41% ======================================= Files 314 314 Lines 22754 22754 ======================================= Hits 21710 21710 Misses 1044 1044 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.