Skip to content

Commit

Permalink
Merge pull request #12 from cbor-wg/fix-typos
Browse files Browse the repository at this point in the history
fix typos: matching parantheses
  • Loading branch information
cabo authored Feb 22, 2024
2 parents 341e4be + 7b1e2a9 commit 6db04bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-ietf-cbor-packed.md
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ Table setup can happen in one of two ways:
Where external information is used in a table setup mechanism that is
not immutable, care needs to be taken so that, over time, references
to existing table entries stay valid (i.e., the information is only
extended)), and that a maximum size of this
extended), and that a maximum size of this
information is given. This allows an unpacker to recognize references
to items that are not yet defined in the version of the external
reference that it uses, providing backward and possibly limited
Expand Down Expand Up @@ -638,8 +638,8 @@ A packed form of the first example using inverted references and the ijoin tag c

~~~
113([["packed.example"],
[216(105(["https://", "/foo.html"]),
216(105(["coap://", "/bar.cbor"]),
[216(105(["https://", "/foo.html"])),
216(105(["coap://", "/bar.cbor"])),
216("mailto:support@")]
])
~~~
Expand Down

0 comments on commit 6db04bf

Please sign in to comment.