diff --git a/down-the-stack/dk_bsc/src/lib_solution.rs b/down-the-stack/dk_bsc/src/lib_solution.rs index b1db6a8..c181fee 100644 --- a/down-the-stack/dk_bsc/src/lib_solution.rs +++ b/down-the-stack/dk_bsc/src/lib_solution.rs @@ -127,7 +127,7 @@ impl Button { self.inner.is_low() == Ok(true) } } -// 🔼 --- Exercise Button --- 🔼 +// 🔼 --- Button Exercise --- 🔼 /// A timer for creating blocking delays pub struct Timer {