Skip to content

Commit 5383c81

Browse files
committed
fix capitalization in a title
1 parent bd33665 commit 5383c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/src/main/asciidoc/introduction/Interacting.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Stateful sessions certainly have their advantages, but they're more difficult to
3737
====
3838

3939
[[persistence-contexts]]
40-
=== Persistence Contexts
40+
=== Persistence contexts
4141

4242
A persistence context is a sort of cache; we sometimes call it the "first-level cache", to distinguish it from the <<second-level-cache,second-level cache>>.
4343
For every entity instance read from the database within the scope of a persistence context, and for every new entity made persistent within the scope of the persistence context, the context holds a unique mapping from the identifier of the entity instance to the instance itself.

0 commit comments

Comments
 (0)