Skip to content

Commit 3fbe1f7

Browse files
committed
Update InsertBuilder.cs
1 parent 0b342d8 commit 3fbe1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FluentCommand/Query/InsertBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public TBuilder Into(
9696
/// <typeparam name="TValue">The type of the value.</typeparam>
9797
/// <param name="columnName">Name of the column.</param>
9898
/// <param name="parameterValue">The parameter value.</param>
99-
c public TBuilder Value<TValue>(
99+
public TBuilder Value<TValue>(
100100
string columnName,
101101
TValue parameterValue)
102102
{

0 commit comments

Comments
 (0)