From 030db7ec0d512e30e4383827883c79b43f2f7695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Tue, 15 Oct 2024 15:41:14 +0200 Subject: [PATCH] invocation: fix comment --- token/invocation/invocation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/token/invocation/invocation.go b/token/invocation/invocation.go index 3152540..d48fee8 100644 --- a/token/invocation/invocation.go +++ b/token/invocation/invocation.go @@ -1,4 +1,4 @@ -// Package delegation implements the UCAN [invocation] specification with +// Package invocation implements the UCAN [invocation] specification with // an immutable Token type as well as methods to convert the Token to and // from the [envelope]-enclosed, signed and DAG-CBOR-encoded form that // should most commonly be used for transport and storage.