diff options
| author | Fourchaux <jprodi04@gmail.com> | 2017-08-15 21:45:21 +0200 |
|---|---|---|
| committer | Fourchaux <jprodi04@gmail.com> | 2017-08-15 21:56:30 +0200 |
| commit | c7104be1a37daa2f7ec114913247dc93524fd48e (patch) | |
| tree | 1d476ec4954f7cf8bdd9f508a51762ffbc41be84 /src/libsyntax_ext | |
| parent | 82be83cf744611a016fb09ae1afbffc04b3ed2e1 (diff) | |
| download | rust-c7104be1a37daa2f7ec114913247dc93524fd48e.tar.gz rust-c7104be1a37daa2f7ec114913247dc93524fd48e.zip | |
Fix typos & us spellings
Diffstat (limited to 'src/libsyntax_ext')
| -rw-r--r-- | src/libsyntax_ext/deriving/generic/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax_ext/deriving/generic/mod.rs b/src/libsyntax_ext/deriving/generic/mod.rs index 3cbc7938bde..64f76ebb4a2 100644 --- a/src/libsyntax_ext/deriving/generic/mod.rs +++ b/src/libsyntax_ext/deriving/generic/mod.rs @@ -23,7 +23,7 @@ //! and lifetimes for methods.) //! - Additional bounds on the type parameters (`TraitDef.additional_bounds`) //! -//! The most important thing for implementers is the `Substructure` and +//! The most important thing for implementors is the `Substructure` and //! `SubstructureFields` objects. The latter groups 5 possibilities of the //! arguments: //! |
