Skip to content

Commit fc8799f

Browse files
authored
Update docs/language/events.md
1 parent c1b31f6 commit fc8799f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/language/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ contract Events {
6161
Please note the following restrictions when emitting events:
6262

6363
- Events can only be invoked in an `emit` statement. This means events cannot be assigned to variables or used as function parameters.
64-
- Events can only be emitted from the location in which they are declared.
64+
- Events can only be emitted from the location in which they are declared. You can not emit an event from an imported contract from a contract that imports it.
6565

6666
### Destroy events
6767

0 commit comments

Comments
 (0)