Skip to content

Commit

Permalink
Fixes another typo. Thanks @michelled!
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbdclark committed Jun 20, 2017
1 parent dd58208 commit 6f8367d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Open Sound Control message payloads are flat; there is no way to send named para

### Types of PhET Events
* User: triggered by a user action
* Model: a change in the simulation's sate
* Model: a change in the simulation's state

### Structure of a PhET Event
* Events are hierarchical; they can contain ``children`` events that "were triggered while this event was being processed." In this OSC binding, we have flattened the parent/child event structure, treating them as a flat sequence of events.
Expand Down

0 comments on commit 6f8367d

Please sign in to comment.