Fix punctuation in Custom Cache Resolution section of ref docs

Closes gh-26938
This commit is contained in:
Qimiao Chen
2021-05-13 21:30:58 +08:00
committed by GitHub
parent e2bf513563
commit cab20d1202

View File

@@ -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.
====