Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos: matching parantheses #12

Merged
merged 1 commit into from
Feb 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading