From 8f3f99c7d3efe6de9a35919c9aeac47b163833a6 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Fri, 29 Mar 2024 10:21:30 -0400 Subject: [PATCH] grammar --- 09.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/09.md b/09.md index b778dc30..5525b857 100644 --- a/09.md +++ b/09.md @@ -8,7 +8,7 @@ Event Deletion Event kind `5` describes a deletion event. It MUST contain a list of `e` or `a` tags, each referencing the events the author is requesting to be deleted. -`a` tags request the deletion of all past versions of a replaceable event: all versions whose `.created_at` is less or equal the deletion request's `created_at`. +`a` tags request the deletion of all past versions of a replaceable event: all versions whose `.created_at` is less or equal to the deletion request's `created_at`. The `.content` MAY contain the reason for the deletion. `k` tags MAY be added to describe the kinds of the referenced events. @@ -36,7 +36,7 @@ Relays SHOULD continue to publish/share the deletion events indefinitely, as cli Clients SHOULD hide or otherwise indicate a deleted status for referenced events. -Clients SHOULD broadcast deletion events to other relays which don't have it. +Clients SHOULD broadcast deletion events to other relays that don't have it. ## Deleting a Deletion