Skip to content

Commit 1b4b2e0

Browse files
committed
typo
1 parent f446894 commit 1b4b2e0

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_middle/src/traits/solve/inspect

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_middle/src/traits/solve/inspect/format.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pub(super) struct ProofTreeFormatter<'a, 'b> {
44
f: &'a mut (dyn Write + 'b),
55
}
66

7-
/// A formatter which adds 4 spaces of identation to its input before
7+
/// A formatter which adds 4 spaces of indentation to its input before
88
/// passing it on to its nested formatter.
99
///
1010
/// We can use this for arbitrary levels of indentation by nesting it.

0 commit comments

Comments
 (0)