Skip to content

Commit 932a653

Browse files
committed
Merge pull request #397 from wuwen5/typo-doc
fix typo
2 parents 1c5a2cb + 98b4da5 commit 932a653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/ibatis/cache/decorators/LruCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import org.apache.ibatis.cache.Cache;
2323

2424
/**
25-
* Lru (first in, first out) cache decorator
25+
* Lru (least recently used) cache decorator
2626
*
2727
* @author Clinton Begin
2828
*/

0 commit comments

Comments
 (0)