diff options
author | Matthieu Caneill <matthieucan@users.noreply.github.com> | 2017-09-21 07:14:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-21 07:14:38 +0800 |
commit | 7b7cf8faea296226143380b9a6219899f1151611 (patch) | |
tree | 2365ea29d2e9828c5d8f3519d4953774e2383901 /docs | |
parent | 8af298ade31ed1337ec20bf50cdb963bbd50c0db (diff) | |
download | dexon-solidity-7b7cf8faea296226143380b9a6219899f1151611.tar.gz dexon-solidity-7b7cf8faea296226143380b9a6219899f1151611.tar.zst dexon-solidity-7b7cf8faea296226143380b9a6219899f1151611.zip |
fix typo: missing word in documentation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/introduction-to-smart-contracts.rst | 4 |
1 files 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 |