Skip to content

Commit dac6048

Browse files
authored
Update events.rst
1 parent 76e1791 commit dac6048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/contracts/events.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ arguments to be stored in the transaction's log - a special data structure
1515
in the blockchain. These logs are associated with the address of the contract that emitted them,
1616
are incorporated into the blockchain, and stay there as long as a block is
1717
accessible (forever as of now, but this might
18-
change in the future). The Log and its event data is not accessible from within
18+
change in the future). The Log and its event data are not accessible from within
1919
contracts (not even from the contract that created them).
2020

2121
It is possible to request a Merkle proof for logs, so if

0 commit comments

Comments
 (0)