We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8abed9 commit 7ddad34Copy full SHA for 7ddad34
library/std/src/net/ip.rs
@@ -1826,7 +1826,7 @@ impl fmt::Display for Ipv6Addr {
1826
}
1827
1828
} else {
1829
- // 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.
1830
// Defined recursively by using the fast path to write to the
1831
// buffer.
1832
0 commit comments