typo
This commit is contained in:
parent
f446894804
commit
1b4b2e0230
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ pub(super) struct ProofTreeFormatter<'a, 'b> {
|
||||||
f: &'a mut (dyn Write + 'b),
|
f: &'a mut (dyn Write + 'b),
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A formatter which adds 4 spaces of identation to its input before
|
/// A formatter which adds 4 spaces of indentation to its input before
|
||||||
/// passing it on to its nested formatter.
|
/// passing it on to its nested formatter.
|
||||||
///
|
///
|
||||||
/// We can use this for arbitrary levels of indentation by nesting it.
|
/// We can use this for arbitrary levels of indentation by nesting it.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue