From db3e3bddbe2996151c992fe76899ad66bae9627a Mon Sep 17 00:00:00 2001 From: Awiteb Date: Wed, 2 Jul 2025 14:15:12 +0300 Subject: [PATCH] nip34: change 'defaults' to 'is' in patch revision status description (#1964) --- 34.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/34.md b/34.md index fc25bdeb..605065fd 100644 --- a/34.md +++ b/34.md @@ -163,7 +163,7 @@ Root Patches and Issues have a Status that defaults to 'Open' and can be set by The most recent Status event (by `created_at` date) from either the issue/patch author or a maintainer is considered valid. -The Status of a patch-revision defaults to either that of the root-patch, or `1632` (_Closed_) if the root-patch's Status is `1631` (_Applied/Merged_) and the patch-revision isn't tagged in the `1631` (_Applied/Merged_) event. +The Status of a patch-revision is to either that of the root-patch, or `1632` (_Closed_) if the root-patch's Status is `1631` (_Applied/Merged_) and the patch-revision isn't tagged in the `1631` (_Applied/Merged_) event. ## Possible things to be added later