Skip to content

Commit

Permalink
Merge pull request #256 from AntoniosBarotsis/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
antifuchs authored Jan 24, 2025
2 parents 81755bc + ea67003 commit f55df7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion governor/src/_guide.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
//! # } #[cfg(not(feature = "std"))] fn main() {}
//! ```
//!
//! In `no_std` mode, there are is no default monotonic (or system)
//! In `no_std` mode, there is no default monotonic (or system)
//! clock available. To effectively limit rates, you will have to
//! either use the provided "fake" clock (which must be manually
//! advanced, and is mainly useful for tests), or implement the
Expand Down

0 comments on commit f55df7d

Please sign in to comment.