File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ impl Sort<'_> {
57
57
58
58
/// Sets an optional max length for a page
59
59
///
60
- /// Max length is disabled by None
60
+ /// Max length is disabled by ` None`
61
61
pub fn max_length ( & mut self , val : usize ) -> & mut Self {
62
62
// Paging subtracts two from the capacity, paging does this to
63
63
// make an offset for the page indicator. So to make sure that
Original file line number Diff line number Diff line change @@ -619,7 +619,7 @@ impl Theme for ColorfulTheme {
619
619
}
620
620
}
621
621
622
- /// Helper struct to conveniently render a theme ot a term.
622
+ /// Helper struct to conveniently render a theme to a term.
623
623
pub ( crate ) struct TermThemeRenderer < ' a > {
624
624
term : & ' a Term ,
625
625
theme : & ' a dyn Theme ,
You can’t perform that action at this time.
0 commit comments