From cab20d120224cc3d54f98701ec69cf71e95984ac Mon Sep 17 00:00:00 2001 From: Qimiao Chen Date: Thu, 13 May 2021 21:30:58 +0800 Subject: [PATCH] Fix punctuation in Custom Cache Resolution section of ref docs Closes gh-26938 --- src/docs/asciidoc/integration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/integration.adoc b/src/docs/asciidoc/integration.adoc index bffaf76722..313a1d5026 100644 --- a/src/docs/asciidoc/integration.adoc +++ b/src/docs/asciidoc/integration.adoc @@ -5837,7 +5837,7 @@ regardless of the content of the annotation. Similarly to `key` and `keyGenerator`, the `cacheManager` and `cacheResolver` parameters are mutually exclusive, and an operation specifying both -results in an exception. as a custom `CacheManager` is ignored by the +results in an exception, as a custom `CacheManager` is ignored by the `CacheResolver` implementation. This is probably not what you expect. ====