Skip to content

Commit 1922ef4

Browse files
jawnNickCraver
authored andcommitted
Use consistent punctuation in XML comment (#1357)
1 parent a18dc63 commit 1922ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dapper/SqlMapper.Async.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ public static Task<object> ExecuteScalarAsync(this IDbConnection cnn, CommandDef
12181218
ExecuteScalarImplAsync<object>(cnn, command);
12191219

12201220
/// <summary>
1221-
/// Execute parameterized SQL that selects a single value
1221+
/// Execute parameterized SQL that selects a single value.
12221222
/// </summary>
12231223
/// <typeparam name="T">The type to return.</typeparam>
12241224
/// <param name="cnn">The connection to execute on.</param>

0 commit comments

Comments
 (0)