Skip to content

Commit 39798ae

Browse files
kellytkbryangarza
authored andcommitted
docs: correct grammar in README (#2260)
Co-authored-by: Bryan Garza <[email protected]>
1 parent 13ac1e4 commit 39798ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ my_future
241241
`Future::instrument` attaches a span to the future, ensuring that the span's lifetime
242242
is as long as the future's.
243243

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

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

0 commit comments

Comments
 (0)