Fix typo in comment.
This commit is contained in:
parent
6840234806
commit
e49f9615ce
1 changed files with 1 additions and 1 deletions
|
|
@ -625,7 +625,7 @@ impl<'a> Formatter<'a> {
|
|||
//
|
||||
// 2) Placeholders representation (e.g. format_args!("hello {name}\n"))
|
||||
// ┌────────────────────────────────┐
|
||||
// template: │ *const u8 │ ─▷ b"\x06hello \x80\x01\n\x00"
|
||||
// template: │ *const u8 │ ─▷ b"\x06hello \xC0\x01\n\x00"
|
||||
// ├────────────────────────────────┤
|
||||
// args: │ &'a [Argument<'a>; _] 0│ (lower bit is 0 due to alignment of Argument type)
|
||||
// └────────────────────────────────┘
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue