Skip to content

Commit 7ddad34

Browse files
committed
fix typo: the use f.pad -> then use f.pad
1 parent f8abed9 commit 7ddad34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/std/src/net/ip.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1826,7 +1826,7 @@ impl fmt::Display for Ipv6Addr {
18261826
}
18271827
}
18281828
} else {
1829-
// Slow path: write the address to a local buffer, the use f.pad.
1829+
// Slow path: write the address to a local buffer, then use f.pad.
18301830
// Defined recursively by using the fast path to write to the
18311831
// buffer.
18321832

0 commit comments

Comments
 (0)