Skip to content

Commit 8c71411

Browse files
shomitaraiSho Mitarai
andauthored
fix tiny typo in server.rs (#103)
Co-authored-by: Sho Mitarai <[email protected]>
1 parent 8ecc7bc commit 8c71411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ pub async fn run(listener: TcpListener, shutdown: impl Future) {
155155
// op completes, its associated `<step to perform with result>` is
156156
// performed.
157157
//
158-
// The `select! macro is a foundational building block for writing
158+
// The `select!` macro is a foundational building block for writing
159159
// asynchronous Rust. See the API docs for more details:
160160
//
161161
// https://docs.rs/tokio/*/tokio/macro.select.html

0 commit comments

Comments
 (0)