From 0818219ace308cbae02484ede307327391d8d019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20G=C3=B3mez?= Date: Fri, 27 Feb 2026 12:08:19 +0100 Subject: [PATCH] fix: typo --- NIP-xx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NIP-xx.md b/NIP-xx.md index 1490053..3424f67 100644 --- a/NIP-xx.md +++ b/NIP-xx.md @@ -63,7 +63,7 @@ Examples: | `name` | `` | Human-readable spell name | | `alt` | `` | [NIP-31](31.md) alternative text | | `t` | `` | Topic tag for categorization (multiple allowed) | -| `close-on-eose` | `""` | Clients SHOULD close the subscription after EOSE | +| `close-on-eose` | none | Clients SHOULD close the subscription after EOSE | | `e` | `` | Fork provenance: references the parent spell event | Note: `["t", "bitcoin"]` as a top-level tag categorizes the spell itself, while `["tag", "t", "bitcoin"]` is a filter condition matching events with `#t = bitcoin`. Both may appear in the same event. @@ -179,7 +179,7 @@ A COUNT spell with multiple kinds and an absolute timestamp: ["k", "7"], ["authors", "$me"], ["since", "1704067200"], - ["close-on-eose", ""] + ["close-on-eose"] ] } ```