Skip to content

Commit

Permalink
docs(examples): Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mettwasser authored Nov 11, 2023
1 parent a481549 commit b891b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/worldstate/listeners.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
client = WorldstateClient()


# listed to any type of SingleQueryModel and TimedEvent
# listen to any type of SingleQueryModel and TimedEvent
@client.listen_to(OrbVallis) # decorate with the listen_to(type) function
# this function will be called if the state of the Type changes
async def on_vallis_state_change(
Expand Down

0 comments on commit b891b5e

Please sign in to comment.