Skip to content

Commit

Permalink
Fix typo in librustc_ast docs
Browse files Browse the repository at this point in the history
Fixed sentence by removing a word.
  • Loading branch information
pierwill committed Jun 17, 2020
1 parent e8ff4bc commit 9f2e8ad
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 9f2e8ad

Please sign in to comment.