Skip to content

Commit cdb28c9

Browse files
committed
fix
1 parent 1c8b84e commit cdb28c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/architecture/08_concepts/signed_doc/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ Catalyst ID <a href="https://datatracker.ietf.org/doc/html/rfc3986">URI</a> iden
602602
* Updated `payload` field, it become required.
603603
* Added new `draft` field for Signed Document with the default value `false`.
604604
* Made `payload.nil` non optional with the default value `false`.
605-
* If `payload.nil` is `true` automatically set `"content type"` and `"content-encoding" fields to `"excluded"`.
605+
* If `payload.nil` is `true` automatically set `"content type"` and `"content-encoding"` fields to `"excluded"`.
606606

607607
[CBOR-LFD-ENCODING]: https://www.rfc-editor.org/rfc/rfc8949.html#section-4.2.3
608608
[RFC9052-HeaderParameters]: https://www.rfc-editor.org/rfc/rfc8152#section-3.1

specs/definitions/signed_docs/authors_copyright.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ copyright: #copyrightNotice & {
106106
* Updated `payload` field, it become required.
107107
* Added new `draft` field for Signed Document with the default value `false`.
108108
* Made `payload.nil` non optional with the default value `false`.
109-
* If `payload.nil` is `true` automatically set `"content type"` and `"content-encoding" fields to `"excluded"`.
109+
* If `payload.nil` is `true` automatically set `"content type"` and `"content-encoding"` fields to `"excluded"`.
110110
"""
111111
},
112112
]

specs/signed_doc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
"version": "0.1.1"
307307
},
308308
{
309-
"changes": "* Updated `payload` field, it become required.\n* Added new `draft` field for Signed Document with the default value `false`.\n* Made `payload.nil` non optional with the default value `false`.\n* If `payload.nil` is `true` automatically set `\"content type\"` and `\"content-encoding\" fields to `\"excluded\"`.",
309+
"changes": "* Updated `payload` field, it become required.\n* Added new `draft` field for Signed Document with the default value `false`.\n* Made `payload.nil` non optional with the default value `false`.\n* If `payload.nil` is `true` automatically set `\"content type\"` and `\"content-encoding\"` fields to `\"excluded\"`.",
310310
"modified": "2025-09-08",
311311
"version": "0.1.2"
312312
}

0 commit comments

Comments
 (0)