diff --git a/docs/sophia.md b/docs/sophia.md index fa1731c..754f976 100644 --- a/docs/sophia.md +++ b/docs/sophia.md @@ -802,8 +802,8 @@ will emit one Event of each kind in the example. ```sophia entrypoint emit_events() : () = - Chain.event(TheFirstEvent(42)) - Chain.event(AnotherEvent(Contract.address, "This is not indexed")) + Chain.event(Event1(42, 34, "foo")) + Chain.event(Event2("This is not indexed", Contract.address)) ``` #### Argument order