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

chore: fix several typos. #18666

Merged
merged 1 commit into from
Dec 9, 2023
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 docs/architecture/adr-050-sign-mode-textual-annex2.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Unicode text within the transaction.

`SIGN_MODE_TEXTUAL` renders to an abstract representation, leaving it
up to device-specific software how to present this representation given the
capabilities, limitations, and conventions of the deivce.
capabilities, limitations, and conventions of the device.

We offer the following normative guidance:

Expand Down Expand Up @@ -77,7 +77,7 @@ in many languages:
* All other ASCII control characters, plus non-ASCII Unicode code points,
are shown as either:

* `\u` followed by 4 uppercase hex chacters for code points
* `\u` followed by 4 uppercase hex characters for code points
in the basic multilingual plane (BMP).

* `\U` followed by 8 uppercase hex characters for other code points.
Expand Down Expand Up @@ -116,7 +116,7 @@ Indent Text
0 ">tricky key4<: note the leading space in the presentation"
0 "introducing an aggregate"
1 "key5: false"
1 "key6: a very long line of text, please coöperate and break into multiple lines."
1 "key6: a very long line of text, please cooperate and break into multiple lines."
1 "Can we do further nesting?"
2 "You bet we can!"
```
Loading