From 02ba8e534b84144c5687b1a9744efeafd439f6fe Mon Sep 17 00:00:00 2001 From: Tanks Transfeld Date: Mon, 20 Mar 2023 14:37:53 +0100 Subject: [PATCH] Update down-the-stack/dk_bsc/src/lib_solution.rs Co-authored-by: Jonathan Pallant --- down-the-stack/dk_bsc/src/lib_solution.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {