aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/cbor
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-09 23:05:29 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-09 23:05:29 +0200
commit7a9ea3ee6d02d8eade6d7988498bd69716391563 (patch)
tree1a920e9550114cd2dc36d4c489bb65ea1f73542a /core/encoding/cbor
parent2bc409eab53bb7208ec59d431112489eb9d226db (diff)
Further overhaul of package line comments.
Diffstat (limited to 'core/encoding/cbor')
-rw-r--r--core/encoding/cbor/doc.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/encoding/cbor/doc.odin b/core/encoding/cbor/doc.odin
index f0388daa9..4acc63139 100644
--- a/core/encoding/cbor/doc.odin
+++ b/core/encoding/cbor/doc.odin
@@ -1,4 +1,4 @@
-// package cbor implements encoding and decoding types from/into RCF 8949 compatible CBOR binary.
+// Encoding and decoding types from/into `RCF 8949` compatible `CBOR` binary.
package encoding_cbor
/*
Package cbor encodes, decodes, marshals and unmarshals types from/into RCF 8949 compatible CBOR binary.