fix typo in README.md (#980)

This commit is contained in:
Nathan Froyd
2020-09-17 17:26:41 -04:00
committed by GitHub
parent 11a90aa685
commit 62db0f8de7
+1 -1
View File
@@ -262,7 +262,7 @@ async fn write(stream: &mut TcpStream) -> io::Result<usize> {
}
```
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