From caf44302e56208a5ee428d87b27fe647813886da Mon Sep 17 00:00:00 2001 From: Yet another codejunkie <2772295+kn1g@users.noreply.github.com> Date: Thu, 15 Nov 2018 10:10:28 +0100 Subject: Fixed consistent use of `nameReg` Fixed consistent use of `nameReg` instead of `namReg` --- docs/types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/types.rst b/docs/types.rst index 04f8d808..020cb105 100644 --- a/docs/types.rst +++ b/docs/types.rst @@ -280,7 +280,7 @@ Example:: It is possible to adjust the supplied gas with the ``.gas()`` modifier:: - address(namReg).call.gas(1000000)(abi.encodeWithSignature("register(string)", "MyName")); + address(nameReg).call.gas(1000000)(abi.encodeWithSignature("register(string)", "MyName")); Similarly, the supplied Ether value can be controlled too:: -- cgit v1.2.3