Skip to content

Commit 1db7dc4

Browse files
authored
Rollup merge of rust-lang#73428 - pierwill:patch-1, r=jonas-schievink
Fix typo in librustc_ast docs Fixed sentence by removing a word.
2 parents 9f8f994 + 9f2e8ad commit 1db7dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_ast/ast.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! additional metadata), and [`ItemKind`] (which represents a concrete type and contains
66
//! information specific to the type of the item).
77
//!
8-
//! Other module items that worth mentioning:
8+
//! Other module items worth mentioning:
99
//! - [`Ty`] and [`TyKind`]: A parsed Rust type.
1010
//! - [`Expr`] and [`ExprKind`]: A parsed Rust expression.
1111
//! - [`Pat`] and [`PatKind`]: A parsed Rust pattern. Patterns are often dual to expressions.

0 commit comments

Comments
 (0)