Skip to content

Commit f8f4f61

Browse files
committed
Update document
1 parent 1433358 commit f8f4f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/watchdog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Traits for interactions with a processors watchdog timer.
22
33
/// Feeds an existing watchdog to ensure the processor isn't reset. Sometimes
4-
/// the "feeding" operation is commonly referred to as "refreshing".
4+
/// the "feeding" operation is also referred to as "refreshing".
55
pub trait Watchdog {
66
/// An enumeration of `Watchdog` errors.
77
///

0 commit comments

Comments
 (0)