diff --git a/down-the-stack/dk_bsc/src/lib_solution.rs b/down-the-stack/dk_bsc/src/lib_solution.rs index 7274d8d..a81936d 100644 --- a/down-the-stack/dk_bsc/src/lib_solution.rs +++ b/down-the-stack/dk_bsc/src/lib_solution.rs @@ -33,7 +33,7 @@ pub struct Board { // 🔽 --- Button Exercise --- 🔽 /// Buttons pub buttons: Buttons, - // 🔼 --- Exercise Button --- 🔼 + // 🔼 --- Button Exercise --- 🔼 /// Timer pub timer: Timer, // 🔽 --- Exercise UARTE --- 🔽