mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #6937 from FabioBonfiglio/patch-1
Correct assigned value in natspec example
This commit is contained in:
commit
62bd7032b7
@ -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