From 858274cb194b80b094d45039240bd9988170ec14 Mon Sep 17 00:00:00 2001 From: Georgios Paralykidis Date: Tue, 8 Mar 2016 23:13:34 +0100 Subject: [PATCH] Typo fix. --- docs/units-and-global-variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst index efaa64029..a4239a295 100644 --- a/docs/units-and-global-variables.rst +++ b/docs/units-and-global-variables.rst @@ -72,7 +72,7 @@ Block and Transaction Properties If you want to implement access restrictions in library functions using `msg.sender`, you have to manually supply the value of - `sg.sender` as an argument. + `msg.sender` as an argument. .. note:: The block hashes are not available for all blocks for scalability reasons.