diff options
author | Jordi Baylina <jordi@baylina.cat> | 2018-02-28 16:35:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-28 16:35:07 +0800 |
commit | 4f34d092ca84f71cb477129ffeeb471dba6bf772 (patch) | |
tree | 5e4483e6d4b85d1ac7553bc1b125619e8555194d /docs/miscellaneous.rst | |
parent | 908b46e9a7f56a06c76db9e702fb9b25d8b0d344 (diff) | |
download | dexon-solidity-4f34d092ca84f71cb477129ffeeb471dba6bf772.tar.gz dexon-solidity-4f34d092ca84f71cb477129ffeeb471dba6bf772.tar.zst dexon-solidity-4f34d092ca84f71cb477129ffeeb471dba6bf772.zip |
Update miscellaneous.rst
Diffstat (limited to 'docs/miscellaneous.rst')
-rw-r--r-- | docs/miscellaneous.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst index 328ec6ea..b5d605ac 100644 --- a/docs/miscellaneous.rst +++ b/docs/miscellaneous.rst @@ -219,7 +219,7 @@ This means the following source mappings represent the same information: ``1:2:1;1:9:1;2:1:2;2:1:2;2:1:2`` -``1:2:1;:9;2::2;;`` +``1:2:1;:9;2:1:2;;`` *************** Tips and Tricks |