Skip to content

Commit b285908

Browse files
authored
fix typo
1 parent d00435f commit b285908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/ty/typeck_results.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ pub struct TypeckResults<'tcx> {
199199

200200
/// Tracks the rvalue scoping rules which defines finer scoping for rvalue expressions
201201
/// by applying extended parameter rules.
202-
/// Details may be find in `rustc_hir_analysis::check::rvalue_scopes`.
202+
/// Details may be found in `rustc_hir_analysis::check::rvalue_scopes`.
203203
pub rvalue_scopes: RvalueScopes,
204204

205205
/// Stores the predicates that apply on coroutine witness types.

0 commit comments

Comments
 (0)