aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-10-05 20:46:02 +0800
committerGitHub <noreply@github.com>2018-10-05 20:46:02 +0800
commit6706f3eb965d018466d35122dca0f65c169a1f1c (patch)
tree49aba3241d054a9fd51dbb8eb1e85825ebfe2f50
parent44c1293aa79f55e6b529c075ee75284a25f6ba17 (diff)
downloaddexon-solidity-6706f3eb965d018466d35122dca0f65c169a1f1c.tar
dexon-solidity-6706f3eb965d018466d35122dca0f65c169a1f1c.tar.gz
dexon-solidity-6706f3eb965d018466d35122dca0f65c169a1f1c.tar.bz2
dexon-solidity-6706f3eb965d018466d35122dca0f65c169a1f1c.tar.lz
dexon-solidity-6706f3eb965d018466d35122dca0f65c169a1f1c.tar.xz
dexon-solidity-6706f3eb965d018466d35122dca0f65c169a1f1c.tar.zst
dexon-solidity-6706f3eb965d018466d35122dca0f65c169a1f1c.zip
Remove non-ascii quotes.
-rw-r--r--docs/contracts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contracts.rst b/docs/contracts.rst
index 95967975..faef3fc2 100644
--- a/docs/contracts.rst
+++ b/docs/contracts.rst
@@ -785,7 +785,7 @@ Topics allow you to search for events, for example when filtering a sequence of
blocks for certain events. You can also filter events by the address of the
contract that emitted the event.
-For example, the code below uses the web3.js ``subscribe(“logs”)``
+For example, the code below uses the web3.js ``subscribe("logs")``
`method <https://web3js.readthedocs.io/en/1.0/web3-eth-subscribe.html#subscribe-logs>`_ to filter
logs that match a topic with a certain address value: