We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc57899 commit 971a3afCopy full SHA for 971a3af
src/libcollections/fmt.rs
@@ -300,7 +300,7 @@
300
//! fn my_fmt_fn(args: fmt::Arguments) {
301
//! write!(&mut io::stdout(), "{}", args);
302
//! }
303
-//! my_fmt_fn(format_args!("or a {} too", "function"));
+//! my_fmt_fn(format_args!(", or a {} too", "function"));
304
//! ```
305
//!
306
//! The result of the `format_args!` macro is a value of type `fmt::Arguments`.
0 commit comments