diff --git a/documentation/manual/en-US/src/main/docbook/modules/basic_mapping.xml b/documentation/manual/en-US/src/main/docbook/modules/basic_mapping.xml index 861fdf39e1..eaaefe7122 100644 --- a/documentation/manual/en-US/src/main/docbook/modules/basic_mapping.xml +++ b/documentation/manual/en-US/src/main/docbook/modules/basic_mapping.xml @@ -1376,7 +1376,7 @@ A version or timestamp property should never be null for a detached instance, so - Hibernate will detact any instance with a null version or timestamp as transient, + Hibernate will detect any instance with a null version or timestamp as transient, no matter what other unsaved-value strategies are specified. Declaring a nullable version or timestamp property is an easy way to avoid any problems with transitive reattachment in Hibernate, especially useful for people