From af550483f50b3106a9be0990bd4b579e2da26e6e Mon Sep 17 00:00:00 2001 From: Finomnis Date: Thu, 9 Nov 2023 00:35:47 +0100 Subject: Add documentation for imxrt; other doc fixes --- rtic-monotonics/src/nrf/timer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtic-monotonics/src/nrf') diff --git a/rtic-monotonics/src/nrf/timer.rs b/rtic-monotonics/src/nrf/timer.rs index bd544d0..589cc6f 100644 --- a/rtic-monotonics/src/nrf/timer.rs +++ b/rtic-monotonics/src/nrf/timer.rs @@ -1,7 +1,7 @@ //! [`Monotonic`] impl for the 32-bit timers of the nRF series. //! //! Not all timers are available on all parts. Ensure that only the available -//! timers are exposed by having the correct `nrf52*` feature enabled for `rtic-monotonic`. +//! timers are exposed by having the correct `nrf52*` feature enabled for `rtic-monotonics`. //! //! # Example //! -- cgit v1.2.3