Skip to content

Commit 3c3509f

Browse files
authored
Update SqlMapper.cs (#2010)
Fixed typo in comments
1 parent 0cd331b commit 3c3509f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dapper/SqlMapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ private static int ExecuteImpl(this IDbConnection cnn, ref CommandDefinition com
631631
}
632632
else
633633
{
634-
cmd.CommandText = masterSql; // because we do magic replaces on "in" etc
634+
cmd.CommandText = masterSql; // because we do magic replacements on "in" etc
635635
cmd.Parameters.Clear(); // current code is Add-tastic
636636
}
637637
info!.ParamReader!(cmd, obj);

0 commit comments

Comments
 (0)