aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-05-19 06:04:15 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-05-19 06:04:15 +0800
commit8bd111525560f3819597cfc77f60dc025c3c19eb (patch)
treec6d815bd4448c335536d5f8b5a0bd9e5f80ea048
parentd29b9b986efef88a57732b0dccca550d14efada7 (diff)
downloaddexon-solidity-8bd111525560f3819597cfc77f60dc025c3c19eb.tar
dexon-solidity-8bd111525560f3819597cfc77f60dc025c3c19eb.tar.gz
dexon-solidity-8bd111525560f3819597cfc77f60dc025c3c19eb.tar.bz2
dexon-solidity-8bd111525560f3819597cfc77f60dc025c3c19eb.tar.lz
dexon-solidity-8bd111525560f3819597cfc77f60dc025c3c19eb.tar.xz
dexon-solidity-8bd111525560f3819597cfc77f60dc025c3c19eb.tar.zst
dexon-solidity-8bd111525560f3819597cfc77f60dc025c3c19eb.zip
Corrected typo
-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 20881b1d..f1560d25 100644
--- a/docs/units-and-global-variables.rst
+++ b/docs/units-and-global-variables.rst
@@ -95,7 +95,7 @@ Mathematical and Cryptographic Functions
`ripemd160(...) returns (bytes20)`:
compute RIPEMD-160 hash of the (tightly packed) arguments
`ecrecover(bytes32 data, uint8 v, bytes32 r, bytes32 s) returns (address)`:
- recover the address assocaited with the public key from elliptic curve signature
+ recover the address associated with the public key from elliptic curve signature
In the above, "tightly packed" means that the arguments are concatenated without padding.
This means that the following are all identical::