We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f446894 commit 1b4b2e0Copy full SHA for 1b4b2e0
compiler/rustc_middle/src/traits/solve/inspect/format.rs
@@ -4,7 +4,7 @@ pub(super) struct ProofTreeFormatter<'a, 'b> {
4
f: &'a mut (dyn Write + 'b),
5
}
6
7
-/// A formatter which adds 4 spaces of identation to its input before
+/// A formatter which adds 4 spaces of indentation to its input before
8
/// passing it on to its nested formatter.
9
///
10
/// We can use this for arbitrary levels of indentation by nesting it.
0 commit comments