Skip to content

Commit cf0be9d

Browse files
committed
fix typo: the use f.pad -> then use f.pad
1 parent 56bdac6 commit cf0be9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/net/ip.rs

Lines changed: 1 addition & 1 deletion
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)