mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Correct assigned value in natspec example
This commit is contained in:
parent
668972bb4e
commit
2a2f068542
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user