From abedfb6e697f5bc6eec89ff811418f1060a0c754 Mon Sep 17 00:00:00 2001 From: Fabian Vogelsteller Date: Thu, 16 Mar 2017 16:49:42 +0100 Subject: [PATCH] small doc addition --- docs/web3-utils.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web3-utils.rst b/docs/web3-utils.rst index 26872e6..9c29283 100644 --- a/docs/web3-utils.rst +++ b/docs/web3-utils.rst @@ -245,7 +245,7 @@ Example .. code-block:: javascript web3.utils.soliditySha3('234564535', '0xfff23243', true, -10); - // auto detects: uint256, bytes, boolean, int256 + // auto detects: uint256, bytes, bool, int256 > "0x3e27a893dc40ef8a7f0841d96639de2f58a132be5ae466d40087a2cfa83b7179" web3.utils.soliditySha3('Hello!%'); // auto detects: string