From ed4cc1dbc5b048332b68a0ebc1d7113d482a74a2 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Thu, 29 Jul 2021 23:25:35 +0200 Subject: Improve example description --- examples/trait.rs | 4 ++-- 1 file 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; -- cgit v1.2.3-54-g00ecf