fix typo: the use f.pad -> then use f.pad
This commit is contained in:
parent
f8abed9ed4
commit
7ddad349b1
1 changed files with 1 additions and 1 deletions
|
@ -1826,7 +1826,7 @@ impl fmt::Display for Ipv6Addr {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
// Slow path: write the address to a local buffer, the use f.pad.
|
||||
// Slow path: write the address to a local buffer, then use f.pad.
|
||||
// Defined recursively by using the fast path to write to the
|
||||
// buffer.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue