From fba2ed20054dc09e69b207c32ca20b8684e85836 Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Thu, 17 Sep 2020 17:26:41 -0400 Subject: [PATCH] fix typo in README.md (#980) --- tracing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracing/README.md b/tracing/README.md index 9fb4d55201..9114168fe6 100644 --- a/tracing/README.md +++ b/tracing/README.md @@ -262,7 +262,7 @@ async fn write(stream: &mut TcpStream) -> io::Result { } ``` -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