Skip to content

Commit

Permalink
fix typo in README.md (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
froydnj authored Sep 17, 2020
1 parent 743283d commit fba2ed2
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 @@ -262,7 +262,7 @@ async fn write(stream: &mut TcpStream) -> io::Result<usize> {
}
```

Under the hood, the `#[instrument]` macro performs same the explicit span
Under the hood, the `#[instrument]` macro performs the same explicit span
attachment that `Future::instrument` does.

### Concepts
Expand Down

0 comments on commit fba2ed2

Please sign in to comment.