From 99b6411853f67354528751b62f92142afb564647 Mon Sep 17 00:00:00 2001 From: Nathan Hernandez Date: Thu, 27 Jul 2017 01:46:53 -0400 Subject: Fix typo in contracts.rst Changed `internall` to `internally`. --- docs/contracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/contracts.rst b/docs/contracts.rst index 11e674d1..4c3d4059 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -84,7 +84,7 @@ This means that cyclic creation dependencies are impossible. // State variables are accessed via their name // and not via e.g. this.owner. This also applies // to functions and especially in the constructors, - // you can only call them like that ("internall"), + // you can only call them like that ("internally"), // because the contract itself does not exist yet. owner = msg.sender; // We do an explicit type conversion from `address` -- cgit