Skip to content

Commit 50f67d9

Browse files
rdupretmp911de
authored andcommitted
DATAKV-323 - Fix typo in the reference documentation.
Original pull request: #51.
1 parent d1929fa commit 50f67d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/key-value-repositories.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In its very basic shape, the `KeyValueTemplate` uses a `MapAdapter` that wraps a
4646

4747
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.
4848

49-
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:
49+
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:
5050

5151
[source, java]
5252
----

0 commit comments

Comments
 (0)