Skip to content

Commit 0d5b3bd

Browse files
cebundyvicancy
andauthored
Update articles/azure-web-pubsub/reference-odata-filter.md
Good catch. Co-authored-by: Liangying.Wei <[email protected]>
1 parent 41aa5fb commit 0d5b3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-web-pubsub/reference-odata-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ length(userId) gt 0 and length(userId) lt 3 or length(userId) gt 7 and length(us
115115
((length(userId) gt 0) and (length(userId) lt 3)) or ((length(userId) gt 7) and (length(userId) lt 10))
116116
```
117117

118-
The `not` operator has the highest precedence of all, even higher than the comparison operators. 's If you write a filter like this:
118+
The `not` operator has the highest precedence of all, even higher than the comparison operators. If you write a filter like this:
119119

120120
```odata-filter-expr
121121
not length(userId) gt 5

0 commit comments

Comments
 (0)