Skip to content

Commit

Permalink
docs: correct grammar in README (#2260)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Garza <1396101+bryangarza@users.noreply.github.com>
  • Loading branch information
kellytk and bryangarza committed Aug 15, 2022
1 parent 3ac632a commit 6ce8cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -243,7 +243,7 @@ my_future
`Future::instrument` attaches a span to the future, ensuring that the span's lifetime
is as long as the future's.

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

[std-future]: https://doc.rust-lang.org/stable/std/future/trait.Future.html
Expand Down

0 comments on commit 6ce8cfd

Please sign in to comment.