DATAKV-322 - Polishing.

Fix a typo.

Original pull request: #48.
This commit is contained in:
Marcel Overdijk
2020-05-21 16:14:32 +02:00
committed by Mark Paluch
parent 228691c2b8
commit e90373f892

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]
----