mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
using-for.rst: Fix free function visibility.
Example is incorrect in the sense that "Free functions" cannot have visibility specified.
This commit is contained in:
parent
bbfef2dd6b
commit
8405d167c1
@ -87,7 +87,6 @@ instead of library functions.
|
|||||||
}
|
}
|
||||||
|
|
||||||
function contains(Data storage self, uint value)
|
function contains(Data storage self, uint value)
|
||||||
public
|
|
||||||
view
|
view
|
||||||
returns (bool)
|
returns (bool)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user