Skip to content

Commit

Permalink
Merge pull request #164 from emit-rs/docs/readme
Browse files Browse the repository at this point in the history
Fix a typo in the readme
  • Loading branch information
KodrAus authored Oct 26, 2024
2 parents 58e9b7d + 6aca358 commit eef8d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

This readme covers just enough to give you an idea of what `emit` is. For a proper treatment, see:

- [the guide](https://emit-rs.io)
- [the guide](https://emit-rs.io).
- [a set of task-oriented examples](https://github.com/emit-rs/emit/tree/main/examples).
- [the API docs](https://docs.rs/emit/0.11.0-alpha.21/emit/index.html).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ fn wait_a_bit(sleep_ms: u64) {
if sleep_ms > 500 {
span.complete_with(|span| {
emit::warn!(
when: emit::filter::always(),
evt: span,
"wait a bit took too long",
);
Expand Down

0 comments on commit eef8d7d

Please sign in to comment.