Skip to content

Commit ec03b6f

Browse files
committed
fix small error in doc
1 parent fa5adc1 commit ec03b6f

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
@@ -124,7 +124,7 @@ But we still need to clean up:
124124

125125
[source,java]
126126
----
127-
entityManager.close();
127+
session.close();
128128
----
129129

130130
.Injecting the `EntityManager`

0 commit comments

Comments
 (0)