Skip to content

Commit 39e293c

Browse files
committed
fix: wording
1 parent 4ba8eae commit 39e293c

File tree

1 file changed

+1
-1
lines changed
  • develop/smart-contracts/evm-toolkit/libraries

1 file changed

+1
-1
lines changed

develop/smart-contracts/evm-toolkit/libraries/web3-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ With the Web3 provider set up, you can start querying the blockchain.
4646

4747
For instance, to fetch the latest block number of the chain, you can use the following code snippet:
4848

49-
???- code "fetchLastBlock.js"
49+
???+ code "Complete script"
5050

5151
```javascript title="fetchLastBlock.js"
5252
--8<-- 'code/develop/smart-contracts/evm-toolkit/libraries/web3-js/fetchLastBlock.js'

0 commit comments

Comments
 (0)