We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ac1e4 commit 39798aeCopy full SHA for 39798ae
README.md
@@ -241,7 +241,7 @@ my_future
241
`Future::instrument` attaches a span to the future, ensuring that the span's lifetime
242
is as long as the future's.
243
244
-Under the hood, the [`#[instrument]`][instrument] macro performs same the explicit span
+Under the hood, the [`#[instrument]`][instrument] macro performs the same explicit span
245
attachment that `Future::instrument` does.
246
247
[std-future]: https://doc.rust-lang.org/stable/std/future/trait.Future.html
0 commit comments