summaryrefslogtreecommitdiffstats
path: root/examples/trait.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/trait.rs')
-rw-r--r--examples/trait.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/trait.rs b/examples/trait.rs
index eda1f37..070d89c 100644
--- a/examples/trait.rs
+++ b/examples/trait.rs
@@ -1,5 +1,5 @@
-// This example demonstrates the use of a type alias for the `Ads1x1x` struct
-// to ease usage in signatures.
+// This example demonstrates the use of the `DynamicOneSot` trait to ease the usage
+// of the `Ads1x1x` struct in functions.
use linux_embedded_hal::I2cdev;
use nb::block;