File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -231,8 +231,8 @@ macro_rules! try {
231
231
232
232
/// Calls `write_fmt` function on a writer
233
233
///
234
- /// This macro takes an implementer of [`std::fmt::Write`][fmt_write] or
235
- /// [`std::io::Write`][io_write] trait, a precompiled format string, and a list of arguments.
234
+ /// This macro takes an implementor of [`std::fmt::Write`][fmt_write] or
235
+ /// [`std::io::Write`][io_write] trait, a format string, and a list of arguments.
236
236
///
237
237
/// Implementors of the `Write` trait are sometimes called 'writers'.
238
238
///
@@ -272,8 +272,8 @@ macro_rules! write {
272
272
/// On all platforms, the newline is the LINE FEED character (`\n`/`U+000A`)
273
273
/// alone (no additional CARRIAGE RETURN (`\r`/`U+000D`).
274
274
///
275
- /// This macro takes an implementer of [`std::fmt::Write`][fmt_write] or
276
- /// [`std::io::Write`][io_write] trait, a precompiled format string, and a list of arguments.
275
+ /// This macro takes an implementor of [`std::fmt::Write`][fmt_write] or
276
+ /// [`std::io::Write`][io_write] trait, a format string, and a list of arguments.
277
277
///
278
278
/// Implementors of the `Write` trait are sometimes called 'writers'.
279
279
///
You can’t perform that action at this time.
0 commit comments