Skip to content

Commit ea0f284

Browse files
committed
Fix Xml summary for method
1 parent 7486a25 commit ea0f284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Orm/Xtensive.Orm/Orm/QueryEndpoint.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ public async Task<T> SingleOrDefaultAsync<T>(object[] keyValues, CancellationTok
521521
/// <param name="keyValue">Key value.</param>
522522
/// <param name="token">The token to cancel this operation.</param>
523523
/// <returns>
524-
/// The <see cref="Entity"/> specified <paramref name="keyValues"/> identify.
524+
/// The <see cref="Entity"/> specified <paramref name="keyValue"/> identify.
525525
/// <see langword="null"/>, if there is no such entity.
526526
/// </returns>
527527
public async Task<T> SingleOrDefaultAsync<T>(object keyValue, CancellationToken token = default)

0 commit comments

Comments
 (0)