Skip to content

Commit 50dc802

Browse files
committed
fix some obvious typos
1 parent 017cae1 commit 50dc802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/ISession.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace NHibernate
1818
/// transaction. (Long transactions might span several database transactions.)
1919
/// </para>
2020
/// <para>
21-
/// The main function of the <c>ISession</c> is to offer create, find and delete operations
21+
/// The main function of the <c>ISession</c> is to offer create, find, update, and delete operations
2222
/// for instances of mapped entity classes. Instances may exist in one of two states:
2323
/// <list type="bullet">
2424
/// <item>transient: not associated with any <c>ISession</c></item>

0 commit comments

Comments
 (0)