Skip to content

Commit 3e05a05

Browse files
authored
Update README.md
1 parent fbdd9e5 commit 3e05a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If the actual count is different, an exception is thrown with the executed state
4444

4545
### Assert L2C statistics
4646

47-
It supports assertions on Hibernate level two cache statistics, for checking that your entities are cached correctly and that will stay forever:
47+
It supports assertions on Hibernate level two cache statistics, useful for checking that your entities are cached correctly and that they will stay forever:
4848

4949
@Test
5050
@AssertHibernateL2CCount(misses = 1, puts = 1, hits = 1)

0 commit comments

Comments
 (0)