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.
2 parents 76d50e6 + 971a3af commit b0c8972Copy full SHA for b0c8972
src/libcollections/fmt.rs
@@ -298,7 +298,7 @@
298
//! fn my_fmt_fn(args: fmt::Arguments) {
299
//! write!(&mut io::stdout(), "{}", args);
300
//! }
301
-//! my_fmt_fn(format_args!("or a {} too", "function"));
+//! my_fmt_fn(format_args!(", or a {} too", "function"));
302
//! ```
303
//!
304
//! The result of the `format_args!` macro is a value of type `fmt::Arguments`.
0 commit comments