diff --git a/doc/reference/modules/best_practices.xml b/doc/reference/modules/best_practices.xml index 21af3661540..4e0e3b327d2 100644 --- a/doc/reference/modules/best_practices.xml +++ b/doc/reference/modules/best_practices.xml @@ -18,7 +18,7 @@ NHibernate makes identifier properties optional. There are all sorts of reasons why you should use them. We recommend that identifiers be 'synthetic' (generated, with - no business meaning) and of a non-primitive type. For maximum flexibility, use + no business meaning) and of a primitive type. For maximum flexibility, use Int64 or String.