From 4708d2605dab34362e0b1c14c2c433beec57113e Mon Sep 17 00:00:00 2001
From: Per <Per Lindgren>
Date: Wed, 17 Jan 2018 14:36:04 +0100
Subject: [PATCH] bare0 update

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

diff --git a/examples/bare0.rs b/examples/bare0.rs
index 21a8c08..cb4eb7e 100644
--- a/examples/bare0.rs
+++ b/examples/bare0.rs
@@ -29,15 +29,15 @@ fn main() {
 }
 // 1. run the program in the debugger,
 //    let the program run for a while and then press pause
-//    look in the (Local) Variables view what do you find
+//    look in the (Local -vscode) Variables view what do you find
 //    ** your answer here **
 //
-//    in the Expressions (WHATCH) view add X and Y
+//    in the Expressions (WATCH -vscode) view add X and Y
 //    what do you find
 //
 //    ** your answer here **
 //    step through one complete iteration of the loop
-//    and see how the (Local) Varibles are updated
+//    and see how the (Local) Variables are updated
 //    can you foresee what will eventually happen?
 // 	  ** place your answer here **
 //
-- 
GitLab