Skip to content

Commit

Permalink
fix typo: the use f.pad -> then use f.pad
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshi-maybe committed Dec 27, 2021
1 parent f8abed9 commit 7ddad34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/net/ip.rs
Expand Up @@ -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.

Expand Down

0 comments on commit 7ddad34

Please sign in to comment.