From 7b7cf8faea296226143380b9a6219899f1151611 Mon Sep 17 00:00:00 2001
From: Matthieu Caneill <matthieucan@users.noreply.github.com>
Date: Thu, 21 Sep 2017 01:14:38 +0200
Subject: fix typo: missing word in documentation

---
 docs/introduction-to-smart-contracts.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/introduction-to-smart-contracts.rst b/docs/introduction-to-smart-contracts.rst
index fd12e97b..aedc0c09 100644
--- a/docs/introduction-to-smart-contracts.rst
+++ b/docs/introduction-to-smart-contracts.rst
@@ -62,8 +62,8 @@ so that only you can alter the number.
     the ASCII character set. It is possible to store UTF-8 encoded data in string variables.
 
 .. warning::
-    Be careful with using Unicode text as similarly looking (or even identical) can have different
-    code points and as such will be encoded as a different byte array.
+    Be careful with using Unicode text as similarly looking (or even identical) characters can
+    have different code points and as such will be encoded as a different byte array.
 
 .. index:: ! subcurrency
 
-- 
cgit v1.2.3