Skip to content

Commit d359555

Browse files
NH-3488 - fix a typo in Linq reference.
1 parent d71a6ad commit d359555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/reference/modules/query_linq.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,8 @@ IList<Cat> oldCats =
481481
<sect2 id="querylinq-modifying-insert">
482482
<title>Inserting new entities</title>
483483
<para>
484-
<literal>Insert</literal> method extension expects a queryable defining the date source of the insert.
485-
This data can be entities or a projection. Then it allows specifying the target entity type to insert
484+
<literal>Insert</literal> method extension expects a queryable defining the data source of the insert.
485+
This data can be entities or a projection. Then it allows specifying the target entity type to insert,
486486
and how to convert source data to those target entities. Two forms of target specification exist.
487487
</para>
488488
<para>

0 commit comments

Comments
 (0)