Skip to content

Commit 1750b2d

Browse files
committed
fix a tiny typo
Signed-off-by: Gavin King <[email protected]>
1 parent e868c8c commit 1750b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/src/main/asciidoc/repositories/Repositories.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The following table contrasts the two programming models.
9191
| Validation of JPQL | Runtime | Compile time
9292
|===
9393

94-
The fundamental difference here that Jakarta Data does not feature stateful persistence contexts.
94+
The fundamental difference here is that Jakarta Data does not feature stateful persistence contexts.
9595
Among other consequences:
9696

9797
- entity instances are always detached, and so

0 commit comments

Comments
 (0)