From ec59f33f200e85e98ac20c22b2d1ab5ec6542d0a Mon Sep 17 00:00:00 2001 From: Scott Tsai Date: Fri, 10 Jun 2022 14:48:26 +0800 Subject: [PATCH] README.md: correct msg.value spelling `msg.value` ends with an `e`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c57ef73..832b0f5 100644 --- a/README.md +++ b/README.md @@ -717,7 +717,7 @@ Backup Faucet: https://rinkebyfaucet.com/ - [Fields in a Transaction](https://ethereum.org/en/developers/docs/transactions/) - [More on v,r,s](https://ethereum.stackexchange.com/questions/15766/what-does-v-r-s-in-eth-gettransactionbyhash-mean) - [payable](https://solidity-by-example.org/payable) -- [msg.valu & Other global keywords](https://docs.soliditylang.org/en/v0.8.14/cheatsheet.html?highlight=cheatsheet#global-variables) +- [msg.value & Other global keywords](https://docs.soliditylang.org/en/v0.8.14/cheatsheet.html?highlight=cheatsheet#global-variables) - [require](https://codedamn.com/news/solidity/what-is-require-in-solidity) - [revert](https://medium.com/blockchannel/the-use-of-revert-assert-and-require-in-solidity-and-the-new-revert-opcode-in-the-evm-1a3a7990e06e)