Skip to content

Commit da51fe4

Browse files
Merge pull request ethereum#15924 from PixelPil0t1/patch-1
Fix grammar issues in events documentation
2 parents 7fee102 + eda68d5 commit da51fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)