DATAKV-323 - Fix typo in the reference documentation.

Original pull request: #51.
This commit is contained in:
Robin Dupret
2020-09-11 16:07:31 +02:00
committed by Mark Paluch
parent 25a6ce83a2
commit fbe8fdeab7

View File

@@ -46,7 +46,7 @@ In its very basic shape, the `KeyValueTemplate` uses a `MapAdapter` that wraps a
NOTE: The used `KeyValueAdapter` does the heavy lifting when it comes to storing and retrieving data. The data structure influences performance and multi-threading behavior.
You can use a different type or preinitialize the adapter with some values, and you can do so byusing various constructors on `MapKeyValueAdapter`, as the following example shows:
You can use a different type or preinitialize the adapter with some values, and you can do so by using various constructors on `MapKeyValueAdapter`, as the following example shows:
[source, java]
----