Skip to content

Commit

Permalink
Rollup merge of rust-lang#73428 - pierwill:patch-1, r=jonas-schievink
Browse files Browse the repository at this point in the history
Fix typo in librustc_ast docs

Fixed sentence by removing a word.
  • Loading branch information
tmandry committed Jun 17, 2020
2 parents a4c07cd + 9f2e8ad commit 172e3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_ast/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 172e3cd

Please sign in to comment.