Skip to content

Commit 800aa92

Browse files
author
Cengiz Can
committed
Use consistent spelling for word 'implementor'
1 parent 15be66d commit 800aa92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/libcore/macros.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ macro_rules! try {
231231

232232
/// Calls `write_fmt` function on a writer
233233
///
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.
236236
///
237237
/// Implementors of the `Write` trait are sometimes called 'writers'.
238238
///
@@ -272,8 +272,8 @@ macro_rules! write {
272272
/// On all platforms, the newline is the LINE FEED character (`\n`/`U+000A`)
273273
/// alone (no additional CARRIAGE RETURN (`\r`/`U+000D`).
274274
///
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.
277277
///
278278
/// Implementors of the `Write` trait are sometimes called 'writers'.
279279
///

0 commit comments

Comments
 (0)