Skip to content

Commit

Permalink
Fix comment wrong Type parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-moussawi committed Aug 8, 2022
1 parent 4cf965e commit 355c623
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions QueryBuilder/Compilers/Compiler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,6 @@ public virtual string WrapValue(string value)
/// </summary>
/// <param name="ctx"></param>
/// <param name="parameter"></param>
/// <typeparam name="T"></typeparam>
/// <returns></returns>
public virtual object Resolve(SqlResult ctx, object parameter)
{
Expand All @@ -920,7 +919,6 @@ public virtual object Resolve(SqlResult ctx, object parameter)
/// </summary>
/// <param name="ctx"></param>
/// <param name="parameter"></param>
/// <typeparam name="T"></typeparam>
/// <returns></returns>
public virtual string Parameter(SqlResult ctx, object parameter)
{
Expand Down

0 comments on commit 355c623

Please sign in to comment.