Skip to content

Commit b8bfefd

Browse files
authored
Merge pull request #812 from ChenBingWei1201/main
fix: typo in 20_SendETH_en/readme.md
2 parents 6286e36 + 6460da1 commit b8bfefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Languages/en/20_SendETH_en/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ In the `ReceiveETH` contract, when we call `getBalance()`, we can see the balanc
8282

8383
- Usage: `receiverAddress.send(value in Wei)`.
8484
- The `gas` limit of `send()` is `2300`, which is enough to make the transfer, but not if the receiving contract has a gas-consuming `fallback()` or `receive()`.
85-
- If `send()` fails, the transaction will be `reverted`.
85+
- If `send()` fails, the transaction will not be `reverted`.
8686
- The return value of `send()` is `bool`, which is the status of the transaction, you can choose to act on that.
8787

8888
Sample Code:

0 commit comments

Comments
 (0)