From acf1041f285c88075c5c979ad436a15d1f12c4ce Mon Sep 17 00:00:00 2001
From: Per Lindgren <per.lindgren@ltu.se>
Date: Sun, 6 Jan 2019 12:58:24 +0100
Subject: [PATCH] bare2 and bare3

---
 examples/bare3.rs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/bare3.rs b/examples/bare3.rs
index 32a5bf0..cb56630 100644
--- a/examples/bare3.rs
+++ b/examples/bare3.rs
@@ -44,9 +44,9 @@ fn main() -> ! {
     loop {}
 }
 
-// 1. Build and run the application (debug build)
+// 1. Build and run the application (debug build).
 //
-//    What is the output in the `openocd` (Adapter Output) console
+//    What is the output in the `openocd` (Adapter Output) console?
 //
 //    ** your answer here **
 //
@@ -72,7 +72,7 @@ fn main() -> ! {
 //
 //    commit your answers (bare3_1)
 //
-// 2. Make types of `s`, `bs`, `c`, `a`, `i` explicit
+// 2. Make types of `s`, `bs`, `c`, `a`, `i` explicit.
 //
 //    commit your answers (bare3_2)
 //
-- 
GitLab