File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -1169,9 +1169,7 @@ Possible values include:
1169
1169
| Value | Fetches addresses…
1170
1170
| - | -
1171
1171
| ` 1 ` | created for an element with an ID of 1.
1172
- | ` 'not 1' ` | not created for an element with an ID of 1.
1173
1172
| ` [1, 2] ` | created for an element with an ID of 1 or 2.
1174
- | ` ['not', 1, 2] ` | not created for an element with an ID of 1 or 2.
1175
1173
1176
1174
1177
1175
Original file line number Diff line number Diff line change @@ -1266,9 +1266,7 @@ Possible values include:
1266
1266
| Value | Fetches entries…
1267
1267
| - | -
1268
1268
| ` 1 ` | created for an element with an ID of 1.
1269
- | ` 'not 1' ` | not created for an element with an ID of 1.
1270
1269
| ` [1, 2] ` | created for an element with an ID of 1 or 2.
1271
- | ` ['not', 1, 2] ` | not created for an element with an ID of 1 or 2.
1272
1270
1273
1271
1274
1272
@@ -1512,9 +1510,7 @@ Possible values include:
1512
1510
| Value | Fetches entries…
1513
1511
| - | -
1514
1512
| ` 1 ` | created for an element with an ID of 1.
1515
- | ` 'not 1' ` | not created for an element with an ID of 1.
1516
1513
| ` [1, 2] ` | created for an element with an ID of 1 or 2.
1517
- | ` ['not', 1, 2] ` | not created for an element with an ID of 1 or 2.
1518
1514
1519
1515
1520
1516
You can’t perform that action at this time.
0 commit comments