Skip to content

Commit 3ef8f51

Browse files
Fix an inversion of meaning
Fixes #2421
1 parent 3cfb009 commit 3ef8f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/reference/modules/best_practices.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<para>
1919
NHibernate makes identifier properties optional. There are all sorts of reasons why
2020
you should use them. We recommend that identifiers be 'synthetic' (generated, with
21-
no business meaning) and of a non-primitive type. For maximum flexibility, use
21+
no business meaning) and of a primitive type. For maximum flexibility, use
2222
<literal>Int64</literal> or <literal>String</literal>.
2323
</para>
2424
</listitem>

0 commit comments

Comments
 (0)