Skip to content

Commit

Permalink
Merge pull request #459 from xyc-xyc/master
Browse files Browse the repository at this point in the history
update a typo
  • Loading branch information
Palmr authored Sep 29, 2023
2 parents 0088c5f + 360cbcf commit 8192ba7
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 8192ba7

Please sign in to comment.