aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-03-10 22:21:08 +0800
committerchriseth <c@ethdev.com>2016-03-10 22:21:08 +0800
commit34d714f75846a55eac819818573499b0fd59a85b (patch)
treefd510b45e3ccc71836cba2d9118bac62982b647d /docs
parent32f3a653b61d26976ca1502ac943fbe004e16f10 (diff)
parent858274cb194b80b094d45039240bd9988170ec14 (diff)
downloaddexon-solidity-34d714f75846a55eac819818573499b0fd59a85b.tar
dexon-solidity-34d714f75846a55eac819818573499b0fd59a85b.tar.gz
dexon-solidity-34d714f75846a55eac819818573499b0fd59a85b.tar.bz2
dexon-solidity-34d714f75846a55eac819818573499b0fd59a85b.tar.lz
dexon-solidity-34d714f75846a55eac819818573499b0fd59a85b.tar.xz
dexon-solidity-34d714f75846a55eac819818573499b0fd59a85b.tar.zst
dexon-solidity-34d714f75846a55eac819818573499b0fd59a85b.zip
Merge pull request #421 from BrainArchitect/patch-1
Typo fix.
Diffstat (limited to 'docs')
-rw-r--r--docs/units-and-global-variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst
index efaa6402..a4239a29 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.