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:
sourabh.xyz 2022-06-08 19:12:14 +05:30 committed by Kamil Śliwak
parent bbfef2dd6b
commit 8405d167c1

View File

@ -87,7 +87,6 @@ instead of library functions.
}
function contains(Data storage self, uint value)
public
view
returns (bool)
{