Commit 1922ef4a authored by Bernard Vander Beken's avatar Bernard Vander Beken Committed by Nick Craver

Use consistent punctuation in XML comment (#1357)

parent a18dc63c
......@@ -1218,7 +1218,7 @@ private static async Task<DbDataReader> ExecuteWrappedReaderImplAsync(IDbConnect
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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment