Skip to content

Commit

Permalink
docs: fix typo in tracing/README.md (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmsc authored and hawkw committed Apr 15, 2021
1 parent 1038d6d commit 2ae9f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ In addition, you can locally override the default subscriber. For example:

```rust
use tracing::{info, Level};
use tracing_subscruber::FmtSubscriber;
use tracing_subscriber::FmtSubscriber;

fn main() {
let subscriber = tracing_subscriber::FmtSubscriber::builder()
Expand Down

0 comments on commit 2ae9f99

Please sign in to comment.