From 98132f24a3ad1cf9fefaa62f8bdaa195b0a13537 Mon Sep 17 00:00:00 2001 From: Bernard Vander Beken Date: Tue, 22 Oct 2019 16:26:05 +0200 Subject: [PATCH] Use consistent punctuation in XML comment --- Dapper/SqlMapper.Async.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dapper/SqlMapper.Async.cs b/Dapper/SqlMapper.Async.cs index fe510ed9a..acb0d9565 100644 --- a/Dapper/SqlMapper.Async.cs +++ b/Dapper/SqlMapper.Async.cs @@ -1218,7 +1218,7 @@ public static Task ExecuteScalarAsync(this IDbConnection cnn, CommandDef ExecuteScalarImplAsync(cnn, command); /// - /// Execute parameterized SQL that selects a single value + /// Execute parameterized SQL that selects a single value. /// /// The type to return. /// The connection to execute on.