Merge pull request #421 from BrainArchitect/patch-1

Typo fix.
This commit is contained in:
chriseth 2016-03-10 15:21:08 +01:00
commit 34d714f758

View File

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