Skip to content

Commit 267977d

Browse files
Some more misleading xml comment fixes.
1 parent 133f244 commit 267977d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/NHibernate/Dialect/Dialect.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -575,11 +575,11 @@ public virtual string ForUpdateNowaitString
575575
}
576576

577577
/// <summary>
578-
/// Get the <tt>FOR UPDATE OF column_list NOWAIT</tt> fragment appropriate
579-
/// for this dialect given the aliases of the columns to be write locked.
578+
/// Get the <c>FOR UPDATE OF column_list NOWAIT</c> fragment appropriate
579+
/// for this dialect given the aliases of the columns or tables to be write locked.
580580
/// </summary>
581-
/// <param name="aliases">The columns to be write locked. </param>
582-
/// <returns> The appropriate <tt>FOR UPDATE colunm_list NOWAIT</tt> clause string. </returns>
581+
/// <param name="aliases">The columns or tables to be write locked.</param>
582+
/// <returns>The appropriate <c>FOR UPDATE colunm_or_table_list NOWAIT</c> clause string.</returns>
583583
public virtual string GetForUpdateNowaitString(string aliases)
584584
{
585585
return GetForUpdateString(aliases);

0 commit comments

Comments
 (0)