Skip to content

Commit fab151f

Browse files
authored
Merge pull request #64 from autarch/patch-1
Fix typo in comment in colors example code
2 parents 3614093 + a7b264d commit fab151f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pretty-colored.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fn set_up_logging() {
5151
.trace(Color::BrightBlack);
5252

5353
// 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
54+
// since almost all of them are the same as the color for the whole line, we
5555
// just clone `colors_line` and overwrite our changes
5656
let colors_level = colors_line.clone().info(Color::Green);
5757
// here we set up our fern Dispatch

0 commit comments

Comments
 (0)