Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/introduction-to-smart-contracts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down