Merge pull request #6937 from FabioBonfiglio/patch-1

Correct assigned value in natspec example
This commit is contained in:
Daniel Kirchner 2019-06-13 16:10:59 +02:00 committed by GitHub
commit 62bd7032b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ to the end-user as:
This function will multiply 10 by 7
if a function is being called and the input ``a`` is assigned a value of 7.
if a function is being called and the input ``a`` is assigned a value of 10.
Specifying these dynamic expressions is outside the scope of the Solidity
documentation and you may read more at