Skip to content

Commit

Permalink
update a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xyc authored Sep 19, 2023
1 parent 0088c5f commit 360cbcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/asciidoc/en/user-guide/10_using_the_disruptor.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ More details are available in the section about being optionally lock-free.
There is no specific code representation of the Event as it defined entirely by the user.

- *Event Processor*: The main event loop for handling events from the Disruptor and has ownership of consumer's Sequence.
There is a single representation called BatchEventProcessor that contains an efficient implementation of the event loop and will call back onto a used supplied implementation of the EventHandler interface.
There is a single representation called BatchEventProcessor that contains an efficient implementation of the event loop and will call back onto a user supplied implementation of the EventHandler interface.

- *Event Handler*: An interface that is implemented by the user and represents a consumer for the Disruptor.

Expand Down Expand Up @@ -437,4 +437,4 @@ include::{gradle-rootdir}/src/examples/java/com/lmax/disruptor/examples/objectev
[source,java]
----
include::{gradle-rootdir}/src/examples/java/com/lmax/disruptor/examples/EarlyReleaseHandler.java[tag=example]
----
----

0 comments on commit 360cbcf

Please sign in to comment.