From ac4583a47b92bfae66ddbdd630ec0bba18a0cd30 Mon Sep 17 00:00:00 2001 From: Kelly Thomas Kline Date: Mon, 15 Aug 2022 16:12:00 -0700 Subject: [PATCH] docs: correct grammar in README (#2260) Co-authored-by: Bryan Garza <1396101+bryangarza@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c453ea627..3d8e93b915 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,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