aboutsummaryrefslogtreecommitdiffstats
path: root/docs/control-structures.rst
diff options
context:
space:
mode:
authorEzra Epstein <eepstein@users.noreply.github.com>2017-11-04 09:19:59 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-11-22 12:08:35 +0800
commit744dea60a40e7e5cb25814c3f6f6eb01dc767698 (patch)
tree25f310690066730ba0da1ee2f63318b520f7d06f /docs/control-structures.rst
parent23379e10614cccf9126fca09781a1d2dcdfede90 (diff)
downloaddexon-solidity-744dea60a40e7e5cb25814c3f6f6eb01dc767698.tar.gz
dexon-solidity-744dea60a40e7e5cb25814c3f6f6eb01dc767698.tar.zst
dexon-solidity-744dea60a40e7e5cb25814c3f6f6eb01dc767698.zip
had "names" when "parameters" was meant
Diffstat (limited to 'docs/control-structures.rst')
-rw-r--r--docs/control-structures.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/control-structures.rst b/docs/control-structures.rst
index 371c5b92..bcb597cf 100644
--- a/docs/control-structures.rst
+++ b/docs/control-structures.rst
@@ -194,7 +194,7 @@ Omitted Function Parameter Names
--------------------------------
The names of unused parameters (especially return parameters) can be omitted.
-Those names will still be present on the stack, but they are inaccessible.
+Those parameters will still be present on the stack, but they are inaccessible.
::