docs: fixed v5 typo in contracts (#3969)

This commit is contained in:
Richard Moore 2023-04-19 16:26:03 +09:00
parent bacd48cd5c
commit 91a84102d6

@ -136,7 +136,7 @@ _code: other operations in v5 @lang<script>
contract.functions.foo(addr)
// Forces using call
contract.staticCall.foo(addr)
contract.callStatic.foo(addr)
// Estimate the gas
contract.estimateGas.foo(addr)