We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41aa5fb commit 0d5b3bdCopy full SHA for 0d5b3bd
articles/azure-web-pubsub/reference-odata-filter.md
@@ -115,7 +115,7 @@ length(userId) gt 0 and length(userId) lt 3 or length(userId) gt 7 and length(us
115
((length(userId) gt 0) and (length(userId) lt 3)) or ((length(userId) gt 7) and (length(userId) lt 10))
116
```
117
118
-The `not` operator has the highest precedence of all, even higher than the comparison operators. 's If you write a filter like this:
+The `not` operator has the highest precedence of all, even higher than the comparison operators. If you write a filter like this:
119
120
```odata-filter-expr
121
not length(userId) gt 5
0 commit comments