We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8e881 commit 3bf0a41Copy full SHA for 3bf0a41
Guidelines.md
@@ -898,7 +898,7 @@ Example: all products that either have the name 'Milk' or have a price less than
898
GET https://api.contoso.com/v1.0/products?$filter=name eq 'Milk' or price lt 2.55
899
```
900
901
-Example 54: all products that have the name 'Milk' or 'Eggs' and have a price less than 2.55:
+Example: all products that have the name 'Milk' or 'Eggs' and have a price less than 2.55:
902
903
```http
904
GET https://api.contoso.com/v1.0/products?$filter=(name eq 'Milk' or name eq 'Eggs') and price lt 2.55
0 commit comments