Skip to content

Commit 18699d7

Browse files
thjanssenbeikov
authored andcommitted
Fix typo in whats-new docu
Fix typo in "Entities and embeddables with no default constructor" section
1 parent 06d5582 commit 18699d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

whats-new.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ It requires a JDBC `DataSource` which correctly implements the method `getConnec
9090
[[no-default-constructor]]
9191
== Entities and embeddables with no default constructor
9292

93-
JPA requires that entity cand embeddable classes have a default constructor (a constructor with no parameters).
93+
JPA requires that entity and embeddable classes have a default constructor (a constructor with no parameters).
9494
The bytecode enhancer now automatically adds a default constructor to any `@Entity`, `@MappedSuperclass`, or `@Embeddable` class which does not come equipped with one.
9595

9696
[[annotation-based-user-type]]

0 commit comments

Comments
 (0)