Skip to content

Commit 9cb4c0a

Browse files
authored
Remove random word from color-eyre readme (#191)
The word "developer" appears at the end of a sentence and it doesn't make sense at all in that context. Maybe you meant to say "while developing" but i just removed it entirely.
1 parent e5d92c3 commit 9cb4c0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

color-eyre/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ color-eyre = { version = "0.6", default-features = false }
5757
color-eyre defaults to capturing span traces. This is because `SpanTrace`
5858
capture is significantly cheaper than `Backtrace` capture. However, like
5959
backtraces, span traces are most useful for debugging applications, and it's
60-
not uncommon to want to disable span trace capture by default to keep noise out
61-
developer.
60+
not uncommon to want to disable span trace capture by default to keep noise out.
6261

6362
To disable span trace capture you must explicitly set one of the env variables
6463
that regulate `SpanTrace` capture to `"0"`:

0 commit comments

Comments
 (0)