diff options
author | Matt Searle <msearle@gmail.com> | 2017-03-28 16:18:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-28 16:18:35 +0800 |
commit | 3d302944823f76550c59d82aaf928b550b579199 (patch) | |
tree | bb492bb1af2e00d2465f4d800aaf240411aaf93b /docs/assembly.rst | |
parent | 9d769a567d750049efa35b1c7ae44af6b5da889d (diff) | |
download | dexon-solidity-3d302944823f76550c59d82aaf928b550b579199.tar.gz dexon-solidity-3d302944823f76550c59d82aaf928b550b579199.tar.zst dexon-solidity-3d302944823f76550c59d82aaf928b550b579199.zip |
Fix typo in documentation
Spelling mistake
Diffstat (limited to 'docs/assembly.rst')
-rw-r--r-- | docs/assembly.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assembly.rst b/docs/assembly.rst index 415bb1a1..30f7fc01 100644 --- a/docs/assembly.rst +++ b/docs/assembly.rst @@ -11,7 +11,7 @@ differs from standalone assembly and then specify assembly itself. TODO: Write about how scoping rules of inline assembly are a bit different and the complications that arise when for example using internal functions -of libraries. Furhermore, write about the symbols defined by the compiler. +of libraries. Furthermore, write about the symbols defined by the compiler. Inline Assembly =============== |