Skip to content

Commit

Permalink
docs: add a parenthesis (#1597)
Browse files Browse the repository at this point in the history
## Motivation
Looks like doc is missing a parenthesis


## Solution
Add a parenthesis
  • Loading branch information
mattiast authored Sep 29, 2021
1 parent 314b204 commit 7cb04b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
//! ```
//!
//! For functions which don't have built-in tracing support and can't have
//! the `#[instrument]` attribute applied (such as from an external crate,
//! the `#[instrument]` attribute applied (such as from an external crate),
//! the [`Span` struct][`Span`] has a [`in_scope()` method][`in_scope`]
//! which can be used to easily wrap synchonous code in a span.
//!
Expand Down

0 comments on commit 7cb04b2

Please sign in to comment.