Skip to content

Commit 8405d16

Browse files
sourabhxyzcameel
authored andcommitted
using-for.rst: Fix free function visibility.
Example is incorrect in the sense that "Free functions" cannot have visibility specified.
1 parent bbfef2d commit 8405d16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/contracts/using-for.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ instead of library functions.
8787
}
8888
8989
function contains(Data storage self, uint value)
90-
public
9190
view
9291
returns (bool)
9392
{

0 commit comments

Comments
 (0)