fix small error in doc

This commit is contained in:
Gavin 2023-05-19 23:03:48 +02:00
parent fa5adc1979
commit ec03b6fd7f
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ But we still need to clean up:
[source,java] [source,java]
---- ----
entityManager.close(); session.close();
---- ----
.Injecting the `EntityManager` .Injecting the `EntityManager`