Skip to content

Commit dc47665

Browse files
authored
Typo
1 parent f04f6ca commit dc47665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_hir/src/hir.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@ pub struct LetExpr<'hir> {
13951395
pub pat: &'hir Pat<'hir>,
13961396
pub ty: Option<&'hir Ty<'hir>>,
13971397
pub init: &'hir Expr<'hir>,
1398-
/// `Recovered::Yes` when this let expressions is not in a syntanctically valid location.
1398+
/// `Recovered::Yes` when this let expressions is not in a syntactically valid location.
13991399
/// Used to prevent building MIR in such situations.
14001400
pub recovered: ast::Recovered,
14011401
}

0 commit comments

Comments
 (0)