Skip to content

Commit 6fa2643

Browse files
committed
Fix validation error
1 parent 2bf311b commit 6fa2643

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/api_reference/event.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ MapListener
3737
:members:
3838
:noindex:
3939

40-
.. automethod:: __init__
40+
.. automethod:: __init__

docs/entryprocessing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ against a `NamedMap`:
2828
* Line 44 - invoke an entry processor to update the age of the inserted Hobbit
2929
* Line 51 - insert a second Hobbit into the `NamedMap`
3030
* Lines 57 - 58 - Increment the ages of all Hobbits in the `NamedMap` by 10. Store the keys of the updated Hobbits
31-
* Line 62 - get all of the updated Hobbits to display
31+
* Line 62 - get all of the updated Hobbits to display

docs/events.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ The following example demonstrates using lifecycle and map events.
3333
* 71-77 - Add the `MapListener` that will be triggered when an entry's value's
3434
length is greater than 1 and only for updated and removed events. For this
3535
section, only updated and deleted events will be printed once the loop progresses
36-
enough to insert values larger than "9"
36+
enough to insert values larger than "9"

0 commit comments

Comments
 (0)