Skip to content

Commit

Permalink
Update comment web3.rst (#4511)
Browse files Browse the repository at this point in the history
* Update comment web3.rst

* updating changelog

Co-authored-by: Alex <alex.luu@mail.utoronto.ca>
  • Loading branch information
hong4rc and luu-alex committed Nov 9, 2021
1 parent 7682f1a commit e099d6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,3 +475,7 @@ Released with 1.0.0-beta.37 code base.
## [Unreleased]

## [1.6.2]

### Changed

- Correct `web3.rst` example in documentation (#4511)
2 changes: 1 addition & 1 deletion docs/web3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The Web3 class is an umbrella package to house all Ethereum related modules.
var Web3 = require('web3');
// "Web3.providers.givenProvider" will be set if in an Ethereum supported browser.
// "Web3.givenProvider" will be set if in an Ethereum supported browser.
var web3 = new Web3(Web3.givenProvider || 'ws://some.local-or-remote.node:8546');
> web3.eth
Expand Down

0 comments on commit e099d6e

Please sign in to comment.