Skip to content

Commit

Permalink
Add missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire authored and weierophinney committed Aug 15, 2018
1 parent daee53c commit 8c0df0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposed/event-dispatcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ A Notifier MUST ensure that any `\Throwable` generated by a listener does not im

## Processor

A Processor is a service object implementing `TaskProcessorInterface`. is used for cases where an Emitter wishes to provide data to listeners and receive data back from them. Examples of modify use cases include:
A Processor is a service object implementing `TaskProcessorInterface`. It is used for cases where an Emitter wishes to provide data to listeners and receive data back from them. Examples of modify use cases include:

* Passing an object to a series of Listeners to allow it to be modified before it is saved to a persistence system.
* Passing a collection to a series of Listeners to allow them to register values with it so that the Emitter may act on all of the collected information.
Expand Down

0 comments on commit 8c0df0c

Please sign in to comment.