Skip to content

Commit

Permalink
Use consistent punctuation in XML comment (#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
jawn authored and NickCraver committed Nov 3, 2019
1 parent a18dc63 commit 1922ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dapper/SqlMapper.Async.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ public static Task<object> ExecuteScalarAsync(this IDbConnection cnn, CommandDef
ExecuteScalarImplAsync<object>(cnn, command);

/// <summary>
/// Execute parameterized SQL that selects a single value
/// Execute parameterized SQL that selects a single value.
/// </summary>
/// <typeparam name="T">The type to return.</typeparam>
/// <param name="cnn">The connection to execute on.</param>
Expand Down

0 comments on commit 1922ef4

Please sign in to comment.