From 6c8c3f8ac41e067ab718f0cfda20256a3a680816 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 6 May 2020 19:01:27 -0400 Subject: [PATCH] grammar: dealing-with --- src/liballoc/fmt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/liballoc/fmt.rs b/src/liballoc/fmt.rs index 8d7d74ff4aa..26077f3c8d1 100644 --- a/src/liballoc/fmt.rs +++ b/src/liballoc/fmt.rs @@ -495,7 +495,7 @@ //! This structure can then be passed to the [`write`] and [`format`] functions //! inside this module in order to process the format string. //! The goal of this macro is to even further prevent intermediate allocations -//! when dealing formatting strings. +//! when dealing with formatting strings. //! //! For example, a logging library could use the standard formatting syntax, but //! it would internally pass around this structure until it has been determined