We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb12784 commit 6c8c3f8Copy full SHA for 6c8c3f8
src/liballoc/fmt.rs
@@ -495,7 +495,7 @@
495
//! This structure can then be passed to the [`write`] and [`format`] functions
496
//! inside this module in order to process the format string.
497
//! The goal of this macro is to even further prevent intermediate allocations
498
-//! when dealing formatting strings.
+//! when dealing with formatting strings.
499
//!
500
//! For example, a logging library could use the standard formatting syntax, but
501
//! it would internally pass around this structure until it has been determined
0 commit comments