Skip to content

Commit 3bf0a41

Browse files
mattfrearcleemullins
authored andcommitted
Update Guidelines.md (#188)
Remove unnecessary "54".
1 parent 5f8e881 commit 3bf0a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Guidelines.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ Example: all products that either have the name 'Milk' or have a price less than
898898
GET https://api.contoso.com/v1.0/products?$filter=name eq 'Milk' or price lt 2.55
899899
```
900900

901-
Example 54: all products that have the name 'Milk' or 'Eggs' and have a price less than 2.55:
901+
Example: all products that have the name 'Milk' or 'Eggs' and have a price less than 2.55:
902902

903903
```http
904904
GET https://api.contoso.com/v1.0/products?$filter=(name eq 'Milk' or name eq 'Eggs') and price lt 2.55

0 commit comments

Comments
 (0)