Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -475,3 +475,7 @@ Released with 1.0.0-beta.37 code base.
475475
## [Unreleased]
476476

477477
## [1.6.2]
478+
479+
### Changed
480+
481+
- Correct `web3.rst` example in documentation (#4511)

‎docs/web3.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The Web3 class is an umbrella package to house all Ethereum related modules.
6464
6565
var Web3 = require('web3');
6666
67-
// "Web3.providers.givenProvider" will be set if in an Ethereum supported browser.
67+
// "Web3.givenProvider" will be set if in an Ethereum supported browser.
6868
var web3 = new Web3(Web3.givenProvider || 'ws://some.local-or-remote.node:8546');
6969
7070
> web3.eth

0 commit comments

Comments
 (0)
This repository has been archived.