Fixed consistent use of nameReg

Fixed consistent use of `nameReg` instead of `namReg`
This commit is contained in:
Yet another codejunkie 2018-11-15 10:10:28 +01:00 committed by GitHub
parent b6e2e4ad6b
commit caf44302e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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::