Skip to content

Commit 886a462

Browse files
douglascghCopilot
andauthored
Update embedded-sensors/src/sensor.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1a1829e commit 886a462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded-sensors/src/sensor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ impl<T: ErrorType + ?Sized> ErrorType for &mut T {
8585

8686
/// Generates threshold traits for the specified sensor type.
8787
///
88-
/// This macro supports both blocking and async sensor.
88+
/// This macro supports both blocking and async sensors.
8989
/// When used with `blocking` mode, it generates `ThresholdSet` and `Hysteresis` traits.
9090
/// When used with `async` mode, it additionally generates `ThresholdWait` trait.
9191
#[macro_export]

0 commit comments

Comments
 (0)