upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Wandersleb <leo@leowandersleb.de>2024-04-24 12:18:27 -0400
committerGitHub <noreply@github.com>2024-04-24 12:18:27 -0400
commit9b7883e98b892db176c1528ada25b4b062438b1b (patch)
tree77a33da1995763b2eedc906e9edf583860f46141
parentcab47cf0f179f578bf9d3be0e61a5a2224053f33 (diff)
Require tags to have at least one stringpreventEmptyTags
fixes #1193
-rw-r--r--01.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/01.md b/01.md
index a91febc..8be85bc 100644
--- a/01.md
+++ b/01.md
@@ -56,7 +56,7 @@ To prevent implementation differences from creating a different event ID for the
56 56
57### Tags 57### Tags
58 58
59Each tag is an array of strings of arbitrary size, with some conventions around them. Take a look at the example below: 59Each tag is an array of one or more strings, with some conventions around them. Take a look at the example below:
60 60
61```jsonc 61```jsonc
62{ 62{