Correct assigned value in natspec example

This commit is contained in:
Fabio Bonfiglio 2019-06-13 13:12:32 +02:00 committed by GitHub
parent 668972bb4e
commit 2a2f068542
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 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 Specifying these dynamic expressions is outside the scope of the Solidity
documentation and you may read more at documentation and you may read more at