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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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