diff options
author | Ezra Epstein <eepstein@users.noreply.github.com> | 2017-11-04 09:19:59 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-11-22 12:08:35 +0800 |
commit | 744dea60a40e7e5cb25814c3f6f6eb01dc767698 (patch) | |
tree | 25f310690066730ba0da1ee2f63318b520f7d06f /docs | |
parent | 23379e10614cccf9126fca09781a1d2dcdfede90 (diff) | |
download | dexon-solidity-744dea60a40e7e5cb25814c3f6f6eb01dc767698.tar.gz dexon-solidity-744dea60a40e7e5cb25814c3f6f6eb01dc767698.tar.zst dexon-solidity-744dea60a40e7e5cb25814c3f6f6eb01dc767698.zip |
had "names" when "parameters" was meant
Diffstat (limited to 'docs')
-rw-r--r-- | docs/control-structures.rst | 2 |
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. :: |