Skip to content

Commit baccf6a

Browse files
Darren Evensonbrmeyer
authored andcommitted
HHH-4141 Typo: "declared" incorrectly spelled ("decalred")
1 parent 010a94b commit baccf6a

File tree

1 file changed

+2
-2
lines changed
  • documentation/src/main/docbook/manual/en-US/content

1 file changed

+2
-2
lines changed

documentation/src/main/docbook/manual/en-US/content/tutorial.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ public class Person {
906906

907907
</section>
908908

909-
<section xml:id="tutorial-associations-unidirset" revision="3">
909+
<section xml:id="tutorial-associations-unidirset" revision="4">
910910
<title>A unidirectional Set-based association</title>
911911

912912
<para>
@@ -967,7 +967,7 @@ public class Person {
967967
association, or <emphasis>n:m</emphasis> entity relationship, an
968968
association table is required. Each row in this table represents
969969
a link between a person and an event. The table name is
970-
decalred using the <literal>table</literal> attribute of the
970+
declared using the <literal>table</literal> attribute of the
971971
<literal>set</literal> element. The identifier column name in
972972
the association, for the person side, is defined with the
973973
<literal>key</literal> element, the column name for the event's

0 commit comments

Comments
 (0)