diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2020-05-06 19:01:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-06 19:01:27 -0400 |
| commit | 6c8c3f8ac41e067ab718f0cfda20256a3a680816 (patch) | |
| tree | 690dc12ef280886b5a31fb92f71a3584e158c373 | |
| parent | eb12784dc443df1f85086be9b352264d84524de0 (diff) | |
| download | rust-6c8c3f8ac41e067ab718f0cfda20256a3a680816.tar.gz rust-6c8c3f8ac41e067ab718f0cfda20256a3a680816.zip | |
grammar: dealing-with
| -rw-r--r-- | src/liballoc/fmt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
