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 21:32:30 +02:00
committed by Kamil Śliwak
parent bbfef2dd6b
commit 8405d167c1
-1
View File
@@ -87,7 +87,6 @@ instead of library functions.
}
function contains(Data storage self, uint value)
public
view
returns (bool)
{