Skip to content

Commit 04ce619

Browse files
StefanPenndorfsnicoll
authored andcommitted
Fix typo in cache abstraction chapter
Closes gh-22256
1 parent 7a9e2f5 commit 04ce619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/integration.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6896,7 +6896,7 @@ abstraction uses a simple `KeyGenerator` based on the following algorithm:
68966896

68976897
* If no params are given, return `SimpleKey.EMPTY`.
68986898
* If only one param is given, return that instance.
6899-
* If more the one param is given, return a `SimpleKey` that contains all parameters.
6899+
* If more than one param is given, return a `SimpleKey` that contains all parameters.
69006900

69016901
This approach works well for most use-cases, as long as parameters have natural keys
69026902
and implement valid `hashCode()` and `equals()` methods. If that is not the case, you need to change the

0 commit comments

Comments
 (0)