diff options
author | chriseth <chris@ethereum.org> | 2018-10-05 20:46:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-05 20:46:02 +0800 |
commit | 6706f3eb965d018466d35122dca0f65c169a1f1c (patch) | |
tree | 49aba3241d054a9fd51dbb8eb1e85825ebfe2f50 /docs | |
parent | 44c1293aa79f55e6b529c075ee75284a25f6ba17 (diff) | |
download | dexon-solidity-6706f3eb965d018466d35122dca0f65c169a1f1c.tar.gz dexon-solidity-6706f3eb965d018466d35122dca0f65c169a1f1c.tar.zst dexon-solidity-6706f3eb965d018466d35122dca0f65c169a1f1c.zip |
Remove non-ascii quotes.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/contracts.rst | 2 |
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: |