mirror of https://github.com/zkat/miette.git
Fix typos
This commit is contained in:
parent
15beec4330
commit
706c8dc6ed
|
|
@ -89,7 +89,7 @@ impl MietteHandlerOpts {
|
||||||
/// Syntax highlighting is disabled by default unless the
|
/// Syntax highlighting is disabled by default unless the
|
||||||
/// `syntect-highlighter` feature is enabled. Call this method
|
/// `syntect-highlighter` feature is enabled. Call this method
|
||||||
/// to override the default and use a custom highlighter
|
/// to override the default and use a custom highlighter
|
||||||
/// implmentation instead.
|
/// implementation instead.
|
||||||
///
|
///
|
||||||
/// Use
|
/// Use
|
||||||
/// [`without_syntax_highlighting()`](MietteHandlerOpts::without_syntax_highlighting())
|
/// [`without_syntax_highlighting()`](MietteHandlerOpts::without_syntax_highlighting())
|
||||||
|
|
|
||||||
|
|
@ -799,7 +799,7 @@ impl GraphicalReportHandler {
|
||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
|
|
||||||
// keeps track of how many colums wide the gutter is
|
// keeps track of how many columns wide the gutter is
|
||||||
// important for ansi since simply measuring the size of the final string
|
// important for ansi since simply measuring the size of the final string
|
||||||
// gives the wrong result when the string contains ansi codes.
|
// gives the wrong result when the string contains ansi codes.
|
||||||
let mut gutter_cols = 0;
|
let mut gutter_cols = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue