mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
had "names" when "parameters" was meant
This commit is contained in:
parent
23379e1061
commit
744dea60a4
@ -194,7 +194,7 @@ Omitted Function Parameter Names
|
||||
--------------------------------
|
||||
|
||||
The names of unused parameters (especially return parameters) can be omitted.
|
||||
Those names will still be present on the stack, but they are inaccessible.
|
||||
Those parameters will still be present on the stack, but they are inaccessible.
|
||||
|
||||
::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user