Skip to content

Commit e34dfc0

Browse files
typo
1 parent f751b56 commit e34dfc0

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_resolve/src

1 file changed

+1
-1
lines changed

compiler/rustc_resolve/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1797,7 +1797,7 @@ impl<'ra, 'tcx> Resolver<'ra, 'tcx> {
17971797

17981798
/// Returns a conditionally mutable resolver.
17991799
///
1800-
/// Currently only dependent on `assert_speculaitve`, if `assert_speculative` is false,
1800+
/// Currently only dependent on `assert_speculative`, if `assert_speculative` is false,
18011801
/// the resolver will allow mutation; otherwise, it will be immutable.
18021802
fn cm(&mut self) -> CmResolver<'_, 'ra, 'tcx> {
18031803
CmResolver::new(self, !self.assert_speculative)

0 commit comments

Comments
 (0)