Skip to content

Commit

Permalink
grammar: dealing-with
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed May 6, 2020
1 parent eb12784 commit 6c8c3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liballoc/fmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c8c3f8

Please sign in to comment.