From 9ddc3b1c75e45d8ed52734ca1690ab4802f4bc7d Mon Sep 17 00:00:00 2001 From: Ben Hayward Date: Sat, 28 Jan 2023 12:42:50 +0000 Subject: [PATCH] Update 26.md Typo --- 26.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/26.md b/26.md index 591984f3..0ce85a8b 100644 --- a/26.md +++ b/26.md @@ -96,7 +96,7 @@ The delegatee (477318cf) can now construct an event on behalf of the delegator ( } ``` -The event should be considered a valid delegation if the conditions are satisfied (`kind=1` and `created_at>1674834236` & `created_at<1677426236` in this example) and, upon validation of the delegation token, are found to be unchanged from the conditions in the original delegation string. +The event should be considered a valid delegation if the conditions are satisfied (`kind=1, `created_at>1674834236` and `created_at<1677426236` in this example) and, upon validation of the delegation token, are found to be unchanged from the conditions in the original delegation string. Clients should display the delegated note as if it was published directly by the delegator (8e0d3d3e).