From 7ddad349b188c9ae29ca63baf5fb1d5dfbe2d0bb Mon Sep 17 00:00:00 2001 From: Hiroshi Kori Date: Sun, 26 Dec 2021 16:03:17 -0800 Subject: [PATCH] fix typo: the use f.pad -> then use f.pad --- library/std/src/net/ip.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/std/src/net/ip.rs b/library/std/src/net/ip.rs index da95fe21ac9..4029125a375 100644 --- a/library/std/src/net/ip.rs +++ b/library/std/src/net/ip.rs @@ -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.