We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3614093 + a7b264d commit fab151fCopy full SHA for fab151f
examples/pretty-colored.rs
@@ -51,7 +51,7 @@ fn set_up_logging() {
51
.trace(Color::BrightBlack);
52
53
// configure colors for the name of the level.
54
- // since almost all of them are the some as the color for the whole line, we
+ // since almost all of them are the same as the color for the whole line, we
55
// just clone `colors_line` and overwrite our changes
56
let colors_level = colors_line.clone().info(Color::Green);
57
// here we set up our fern Dispatch
0 commit comments