We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1829e commit 886a462Copy full SHA for 886a462
embedded-sensors/src/sensor.rs
@@ -85,7 +85,7 @@ impl<T: ErrorType + ?Sized> ErrorType for &mut T {
85
86
/// Generates threshold traits for the specified sensor type.
87
///
88
-/// This macro supports both blocking and async sensor.
+/// This macro supports both blocking and async sensors.
89
/// When used with `blocking` mode, it generates `ThresholdSet` and `Hysteresis` traits.
90
/// When used with `async` mode, it additionally generates `ThresholdWait` trait.
91
#[macro_export]
0 commit comments