Skip to content

Commit ea9ab6c

Browse files
Typo
1 parent 674cec0 commit ea9ab6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

releasenotes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Build 5.0.0
44
** Highlights
55
* IO bound methods have gained an async counterpart. Not intended for parallelism, make sure to await each
66
call before further interacting with a session and its queries.
7-
* Strongly type DML operation (insert/update/delete) are now available as Linq extensions on queryables.
7+
* Strongly typed DML operation (insert/update/delete) are now available as Linq extensions on queryables.
88
* Entities collections can be queried with .AsQueryable() Linq extension without being fully loaded.
99
* Reference documentation has been curated and completed, notably with a Linq section.
1010
http://nhibernate.info/doc/nhibernate-reference/index.html

0 commit comments

Comments
 (0)