upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlapulpeta <lapulpeta>2023-03-09 13:25:24 +0000
committerfiatjaf_ <fiatjaf@gmail.com>2023-03-09 12:51:41 -0300
commitf9389232589d0832918d7a12e620395d71cef022 (patch)
tree3033324ca5c82944fa58908d4ac63996129b6328
parent354c93aea363b053d9a91371cc62386b7e4e7302 (diff)
Fixed example with multiple values
-rw-r--r--33.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/33.md b/33.md
index 409ce4f..60f3da6 100644
--- a/33.md
+++ b/33.md
@@ -26,7 +26,7 @@ replace each other:
26* `"tags":[["d",""],["d","not empty"]]`: only first `d` tag is considered 26* `"tags":[["d",""],["d","not empty"]]`: only first `d` tag is considered
27* `"tags":[["d"],["d","some value"]]`: only first `d` tag is considered 27* `"tags":[["d"],["d","some value"]]`: only first `d` tag is considered
28* `"tags":[["e"]]`: same as no tags 28* `"tags":[["e"]]`: same as no tags
29* `"tags":[["d","test","1"]]`: only the value is considered (`test`) 29* `"tags":[["d","","1"]]`: only the first value is considered (`""`)
30 30
31Clients SHOULD NOT use `d` tags with multiple values and SHOULD include the `d` tag even if it has no value to allow querying using the `#d` filter. 31Clients SHOULD NOT use `d` tags with multiple values and SHOULD include the `d` tag even if it has no value to allow querying using the `#d` filter.
32 32