We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db53ca5 commit eda68d5Copy full SHA for eda68d5
docs/contracts/events.rst
@@ -15,7 +15,7 @@ arguments to be stored in the transaction's log - a special data structure
15
in the blockchain. These logs are associated with the address of the contract that emitted them,
16
are incorporated into the blockchain, and stay there as long as a block is
17
accessible (forever as of now, but this might
18
-change in the future). The Log and its event data is not accessible from within
+change in the future). The Log and its event data are not accessible from within
19
contracts (not even from the contract that created them).
20
21
It is possible to request a Merkle proof for logs, so if
0 commit comments