grammar: dealing-with

This commit is contained in:
Josh Soref 2020-05-06 19:01:27 -04:00 committed by GitHub
parent eb12784dc4
commit 6c8c3f8ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -495,7 +495,7 @@
//! This structure can then be passed to the [`write`] and [`format`] functions //! This structure can then be passed to the [`write`] and [`format`] functions
//! inside this module in order to process the format string. //! inside this module in order to process the format string.
//! The goal of this macro is to even further prevent intermediate allocations //! 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 //! For example, a logging library could use the standard formatting syntax, but
//! it would internally pass around this structure until it has been determined //! it would internally pass around this structure until it has been determined