From 0067f534aa7cf4cc978ee9d063044c5c0f5f8a39 Mon Sep 17 00:00:00 2001 From: odanado Date: Fri, 10 May 2019 00:39:57 +0900 Subject: [PATCH] fix typo --- docs/web3-module.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web3-module.rst b/docs/web3-module.rst index f17a529f9fa..1e357ac5d4a 100644 --- a/docs/web3-module.rst +++ b/docs/web3-module.rst @@ -27,7 +27,7 @@ Example .. code-block:: javascript import * as Utils from 'web3-utils'; - import {formatters} from 'web3-core-formatters'; + import {formatters} from 'web3-core-helpers'; import {AbstractWeb3Module} from 'web3-core'; import {AbstractMethodFactory, GetBlockByNumberMethod, AbstractMethod} from 'web3-core-method';