Skip to content

Commit 6c8c3f8

Browse files
authored
grammar: dealing-with
1 parent eb12784 commit 6c8c3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/fmt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@
495495
//! This structure can then be passed to the [`write`] and [`format`] functions
496496
//! inside this module in order to process the format string.
497497
//! The goal of this macro is to even further prevent intermediate allocations
498-
//! when dealing formatting strings.
498+
//! when dealing with formatting strings.
499499
//!
500500
//! For example, a logging library could use the standard formatting syntax, but
501501
//! it would internally pass around this structure until it has been determined

0 commit comments

Comments
 (0)