We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1433358 commit f8f4f61Copy full SHA for f8f4f61
src/watchdog.rs
@@ -1,7 +1,7 @@
1
//! Traits for interactions with a processors watchdog timer.
2
3
/// Feeds an existing watchdog to ensure the processor isn't reset. Sometimes
4
-/// the "feeding" operation is commonly referred to as "refreshing".
+/// the "feeding" operation is also referred to as "refreshing".
5
pub trait Watchdog {
6
/// An enumeration of `Watchdog` errors.
7
///
0 commit comments