invocation: fix comment

This commit is contained in:
Michael Muré
2024-10-15 15:41:14 +02:00
parent aa4ad2fc10
commit 030db7ec0d

View File

@@ -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 // 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 // from the [envelope]-enclosed, signed and DAG-CBOR-encoded form that
// should most commonly be used for transport and storage. // should most commonly be used for transport and storage.