Skip to content

Commit 110e6a3

Browse files
Fix typo in notes
1 parent 71c3328 commit 110e6a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

releasenotes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Release notes - NHibernate - Version 5.3.0
1515
them into account, but previously they were failing instead of ignoring enabled filters.)
1616
* ISession.Persist will no more trigger immediate generation of identifier.
1717
* Bags will no more be loaded with "null" entities, they will be filtered out.
18-
* Setting the value of an unitialized lazy property will no more trigger loading of all the lazy
18+
* Setting the value of an uninitialized lazy property will no more trigger loading of all the lazy
1919
properties of the entity.
20-
* If an unitialized lazy property has got its value set, without any other subsequent lazy property
20+
* If an uninitialized lazy property has got its value set, without any other subsequent lazy property
2121
load on the entity, a dynamic update will occur on flush, even if the entity has dynamic updates
2222
disabled. This update will occur even if the set value is identical to the currently persisted
2323
property value.

0 commit comments

Comments
 (0)