Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit bd7c101

Browse files
authored
Update cpp-client-getting-started.adoc
1 parent ac37007 commit bd7c101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/cpp-client-getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ This will allow you to listen to certain events that happen in the map across th
162162
The first argument to the `add_entry_listener` method is an object that is used to define listeners.
163163
In this example, we registered listeners for the `on_added`, `on_removed` and `on_updated` events.
164164

165-
The second argument in the add_entry_listener method is `include_value`. It is a boolean parameter, and if it is true, the entry event contains the entry value.
165+
The second argument in the `add_entry_listener` method is `include_value`. It is a boolean parameter, and if it is true, the entry event contains the entry value.
166166
In this example, it will be true.
167167

168168
[source,cpp]

0 commit comments

Comments
 (0)