diff options
| author | Cengiz Can <cengizIO@users.noreply.github.com> | 2016-08-04 03:55:37 +0300 |
|---|---|---|
| committer | Cengiz Can <cengizIO@users.noreply.github.com> | 2016-08-04 03:55:37 +0300 |
| commit | 800aa92aa3da58b82e682947024c7868650e05bc (patch) | |
| tree | 0676328055d53acfe2248f8d18bd43536b7de50d /src/libcore | |
| parent | 15be66dc04ee36af3ac29905b9172bd8227e4604 (diff) | |
| download | rust-800aa92aa3da58b82e682947024c7868650e05bc.tar.gz rust-800aa92aa3da58b82e682947024c7868650e05bc.zip | |
Use consistent spelling for word 'implementor'
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/macros.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libcore/macros.rs b/src/libcore/macros.rs index 1846ca83e05..961e91d3e2c 100644 --- a/src/libcore/macros.rs +++ b/src/libcore/macros.rs @@ -231,8 +231,8 @@ macro_rules! try { /// Calls `write_fmt` function on a writer /// -/// This macro takes an implementer of [`std::fmt::Write`][fmt_write] or -/// [`std::io::Write`][io_write] trait, a precompiled format string, and a list of arguments. +/// This macro takes an implementor of [`std::fmt::Write`][fmt_write] or +/// [`std::io::Write`][io_write] trait, a format string, and a list of arguments. /// /// Implementors of the `Write` trait are sometimes called 'writers'. /// @@ -272,8 +272,8 @@ macro_rules! write { /// On all platforms, the newline is the LINE FEED character (`\n`/`U+000A`) /// alone (no additional CARRIAGE RETURN (`\r`/`U+000D`). /// -/// This macro takes an implementer of [`std::fmt::Write`][fmt_write] or -/// [`std::io::Write`][io_write] trait, a precompiled format string, and a list of arguments. +/// This macro takes an implementor of [`std::fmt::Write`][fmt_write] or +/// [`std::io::Write`][io_write] trait, a format string, and a list of arguments. /// /// Implementors of the `Write` trait are sometimes called 'writers'. /// |
