Skip to content

Commit 3a373af

Browse files
committed
Merge branch 'develop'
2 parents 254472a + 5c2f258 commit 3a373af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ There's a wide variety of comparison operators that use the same base syntax as
114114

115115
> `Sounds Like` and `Does Not Sound Like` requires a soundex configuration on your DbContext. For more info see [the docs below](#soundex)
116116
117-
Here's Example for the `in` operator:
117+
Here's an example for the `in` operator:
118118

119119
```c#
120120
var input = """(Age ^^ [20, 30, 40]) && (BirthMonth ^^* ["January", "February", "March"]) || (Id ^^ ["6d623e92-d2cf-4496-a2df-f49fa77328ee"])""";

0 commit comments

Comments
 (0)