Skip to content

Commit

Permalink
Updated extending-filtering.md (#7335)
Browse files Browse the repository at this point in the history
  • Loading branch information
den4ik124 authored Aug 10, 2024
1 parent a5c1cb1 commit 50b6965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ The following example creates a `StringOperationHandler` that supports case inse
// below
public class QueryableStringInvariantEqualsHandler : QueryableStringOperationHandler
{
public QueryableStringInvariantContainsHandler(InputParser inputParser) : base(inputParser)
public QueryableStringInvariantEqualsHandler(InputParser inputParser) : base(inputParser)
{
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ The following example creates a `StringOperationHandler` that supports case inse
// below
public class QueryableStringInvariantEqualsHandler : QueryableStringOperationHandler
{
public QueryableStringInvariantContainsHandler(InputParser inputParser) : base(inputParser)
public QueryableStringInvariantEqualsHandler(InputParser inputParser) : base(inputParser)
{
}

Expand Down

0 comments on commit 50b6965

Please sign in to comment.