From 2c46a71b51d9e6c3ca68586ee9bf183fda513b41 Mon Sep 17 00:00:00 2001
From: Per Lindgren <per.lindgren@ltu.se>
Date: Mon, 16 Mar 2020 10:10:40 +0100
Subject: [PATCH] bare8 even more polish

---
 examples/bare8.rs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/bare8.rs b/examples/bare8.rs
index 15096e1..1900d69 100644
--- a/examples/bare8.rs
+++ b/examples/bare8.rs
@@ -3,8 +3,8 @@
 //! The RTFM framework
 //!
 //! What it covers:
-//! - utilisizing the RTFM framework for serial communicaton
-//! - singletons (enteties with a singe instance)
+//! - utilizing the RTFM framework for serial communication
+//! - singletons (entities with a singe instance)
 //! - owned resources
 //! - peripheral access in RTFM
 //! - polling in `idle`
-- 
GitLab