fix typo: the use f.pad -> then use f.pad

This commit is contained in:
Hiroshi Kori 2021-12-26 16:03:17 -08:00
parent f8abed9ed4
commit 7ddad349b1

View file

@ -1826,7 +1826,7 @@ fn fmt_subslice(f: &mut fmt::Formatter<'_>, chunk: &[u16]) -> fmt::Result {
}
}
} 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.