diff options
| author | pierwill <19642016+pierwill@users.noreply.github.com> | 2020-06-16 18:11:47 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-16 18:11:47 -0700 |
| commit | 9f2e8adc3597b21389dda31b687540e1a688fe87 (patch) | |
| tree | 93e5862c3cbf0e56b468ffb60c447cff3e2f934f | |
| parent | e8ff4bcbd02475cf487cd101bf32954dc63366d4 (diff) | |
| download | rust-9f2e8adc3597b21389dda31b687540e1a688fe87.tar.gz rust-9f2e8adc3597b21389dda31b687540e1a688fe87.zip | |
Fix typo in librustc_ast docs
Fixed sentence by removing a word.
| -rw-r--r-- | src/librustc_ast/ast.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_ast/ast.rs b/src/librustc_ast/ast.rs index 62406552e31..ce186c4834d 100644 --- a/src/librustc_ast/ast.rs +++ b/src/librustc_ast/ast.rs @@ -5,7 +5,7 @@ //! additional metadata), and [`ItemKind`] (which represents a concrete type and contains //! information specific to the type of the item). //! -//! Other module items that worth mentioning: +//! Other module items worth mentioning: //! - [`Ty`] and [`TyKind`]: A parsed Rust type. //! - [`Expr`] and [`ExprKind`]: A parsed Rust expression. //! - [`Pat`] and [`PatKind`]: A parsed Rust pattern. Patterns are often dual to expressions. |
