aboutsummaryrefslogtreecommitdiffstats
path: root/docs/yul.rst
diff options
context:
space:
mode:
authorpoiresel <deepa@airswap.io>2018-12-21 23:49:11 +0800
committerpoiresel <deepa@airswap.io>2018-12-21 23:49:11 +0800
commitbf93665ad88d49fc6ff5b58ce5f03d59ba6d6131 (patch)
treed2030b2cc1f23384e00706dab99b850d85f2215e /docs/yul.rst
parent8825533222519c051693d1fb4bcaba6ea0cde032 (diff)
downloaddexon-solidity-bf93665ad88d49fc6ff5b58ce5f03d59ba6d6131.tar.gz
dexon-solidity-bf93665ad88d49fc6ff5b58ce5f03d59ba6d6131.tar.zst
dexon-solidity-bf93665ad88d49fc6ff5b58ce5f03d59ba6d6131.zip
resolve spelling issues in the docs folder
Diffstat (limited to 'docs/yul.rst')
-rw-r--r--docs/yul.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/yul.rst b/docs/yul.rst
index 9e50f126..31555742 100644
--- a/docs/yul.rst
+++ b/docs/yul.rst
@@ -171,7 +171,7 @@ As an exception, identifiers defined in the "init" part of the for-loop
(the first block) are visible in all other parts of the for-loop
(but not outside of the loop).
Identifiers declared in the other parts of the for loop respect the regular
-syntatical scoping rules.
+syntactical scoping rules.
The parameters and return parameters of functions are visible in the
function body and their names cannot overlap.