aboutsummaryrefslogtreecommitdiffstats
path: root/docs/layout-of-source-files.rst
diff options
context:
space:
mode:
authorChris Ward <chriswhward@gmail.com>2018-10-24 19:23:15 +0800
committerchriseth <chris@ethereum.org>2018-11-14 21:20:49 +0800
commitfa1cb346ae3c79785bcf66fd0bb7bdb4ed130cdd (patch)
treef08a8334d56c386b5df39b794c9f2e073af228f3 /docs/layout-of-source-files.rst
parentb0a2e41eafa369a747aa05cc88977051ef9ff527 (diff)
downloaddexon-solidity-fa1cb346ae3c79785bcf66fd0bb7bdb4ed130cdd.tar.gz
dexon-solidity-fa1cb346ae3c79785bcf66fd0bb7bdb4ed130cdd.tar.zst
dexon-solidity-fa1cb346ae3c79785bcf66fd0bb7bdb4ed130cdd.zip
Update syntax used for input and output parameters
Diffstat (limited to 'docs/layout-of-source-files.rst')
-rw-r--r--docs/layout-of-source-files.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/layout-of-source-files.rst b/docs/layout-of-source-files.rst
index 9a8bdc3e..ad84b200 100644
--- a/docs/layout-of-source-files.rst
+++ b/docs/layout-of-source-files.rst
@@ -276,7 +276,7 @@ functions, annotate conditions for formal verification, and provide a
function.
In the following example we document the title of the contract, the explanation
-for the two input parameters and two returned values.
+for the two function parameters and two return variables.
::