aboutsummaryrefslogtreecommitdiffstats
path: root/docs/assembly.rst
diff options
context:
space:
mode:
authorMatt Searle <msearle@gmail.com>2017-03-28 16:18:35 +0800
committerGitHub <noreply@github.com>2017-03-28 16:18:35 +0800
commit3d302944823f76550c59d82aaf928b550b579199 (patch)
treebb492bb1af2e00d2465f4d800aaf240411aaf93b /docs/assembly.rst
parent9d769a567d750049efa35b1c7ae44af6b5da889d (diff)
downloaddexon-solidity-3d302944823f76550c59d82aaf928b550b579199.tar
dexon-solidity-3d302944823f76550c59d82aaf928b550b579199.tar.gz
dexon-solidity-3d302944823f76550c59d82aaf928b550b579199.tar.bz2
dexon-solidity-3d302944823f76550c59d82aaf928b550b579199.tar.lz
dexon-solidity-3d302944823f76550c59d82aaf928b550b579199.tar.xz
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.rst2
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
===============