Skip to content

Commit 39375e1

Browse files
authored
fix typo
1 parent c5de3ec commit 39375e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/lint.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ pub fn explain_lint_level_source(
291291
///
292292
/// There are 2 reasons for this signature.
293293
///
294-
/// First off all, it prevents accidental use of `.emit()` -- it's clear that the
294+
/// First of all, it prevents accidental use of `.emit()` -- it's clear that the
295295
/// builder will be later used and shouldn't be emitted right away (this is
296296
/// especially important because the old API expected you to call `.emit()` in
297297
/// the closure).

0 commit comments

Comments
 (0)