correct a typo

This commit is contained in:
Mohammad Yasin Sadeghi 2024-04-10 20:22:51 +03:30 committed by Christian Beikov
parent 2e4ef2e252
commit 030bc54eea
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public interface CacheSettings {
* <ul>
* <li>an instance of {@link RegionFactory},
* <li>a {@link Class} implementing {@link RegionFactory}, or
* <li>he name of a class implementing {@link RegionFactory}.
* <li>the name of a class implementing {@link RegionFactory}.
* </ul>
* <p>
* Defaults to {@link NoCachingRegionFactory}, so that caching is disabled.