From 275a7541e6ac90cbe8d6695e034a6b24048f35d0 Mon Sep 17 00:00:00 2001 From: Brooklyn Zelenka Date: Wed, 20 Dec 2023 17:18:14 +0200 Subject: [PATCH] Fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d083890..1cb54e46 100644 --- a/README.md +++ b/README.md @@ -329,7 +329,9 @@ The `iat` field MAY contain an issuance timestamp. This time SHOULD NOT be trust ## 3.2 Task -A Task is the subset of fields that uniquely determine the work to be performed[^subtype]. A Task MUST be unqiuely defined by the following fields: +A Task is the subset of Invocation fields that uniquely determine the work to be performed[^subtype]. A Task MUST be unqiuely defined by the following fields: + +[^subtype]: Which is to say: an Invocation is a subtype of Task - [Subject] - [Command] @@ -338,8 +340,6 @@ A Task is the subset of fields that uniquely determine the work to be performed[ The nonce is important for distinguishing between non-idempotent executions of a Task by making the group together unique. -[^subtype]: An Invocation is thus a subtype of Task: $\textsf{Invocation} <: \textsf{Task}$ - ## 3.3 Attestation An Invocation MAY be used to attest to some information. This is in effect a statement to the Issuer (without Audience) that never expires.