diff options
author | poiresel <deepa@airswap.io> | 2018-12-21 23:49:11 +0800 |
---|---|---|
committer | poiresel <deepa@airswap.io> | 2018-12-21 23:49:11 +0800 |
commit | bf93665ad88d49fc6ff5b58ce5f03d59ba6d6131 (patch) | |
tree | d2030b2cc1f23384e00706dab99b850d85f2215e /docs/bugs.json | |
parent | 8825533222519c051693d1fb4bcaba6ea0cde032 (diff) | |
download | dexon-solidity-bf93665ad88d49fc6ff5b58ce5f03d59ba6d6131.tar dexon-solidity-bf93665ad88d49fc6ff5b58ce5f03d59ba6d6131.tar.gz dexon-solidity-bf93665ad88d49fc6ff5b58ce5f03d59ba6d6131.tar.bz2 dexon-solidity-bf93665ad88d49fc6ff5b58ce5f03d59ba6d6131.tar.lz dexon-solidity-bf93665ad88d49fc6ff5b58ce5f03d59ba6d6131.tar.xz dexon-solidity-bf93665ad88d49fc6ff5b58ce5f03d59ba6d6131.tar.zst dexon-solidity-bf93665ad88d49fc6ff5b58ce5f03d59ba6d6131.zip |
resolve spelling issues in the docs folder
Diffstat (limited to 'docs/bugs.json')
-rw-r--r-- | docs/bugs.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bugs.json b/docs/bugs.json index 28c0fe62..41ebce7b 100644 --- a/docs/bugs.json +++ b/docs/bugs.json @@ -43,7 +43,7 @@ { "name": "DelegateCallReturnValue", "summary": "The low-level .delegatecall() does not return the execution outcome, but converts the value returned by the functioned called to a boolean instead.", - "description": "The return value of the low-level .delegatecall() function is taken from a position in memory, where the call data or the return data resides. This value is interpreted as a boolean and put onto the stack. This means if the called function returns at least 32 zero bytes, .delegatecall() returns false even if the call was successuful.", + "description": "The return value of the low-level .delegatecall() function is taken from a position in memory, where the call data or the return data resides. This value is interpreted as a boolean and put onto the stack. This means if the called function returns at least 32 zero bytes, .delegatecall() returns false even if the call was successful.", "introduced": "0.3.0", "fixed": "0.4.15", "severity": "low" |