rust-lang / async-book

Asynchronous Programming in Rust
https://rust-lang.github.io/async-book/index.html
MIT License
1.79k stars 241 forks source link

fix: remove comma in 02_execution_05_io #188

Closed zll600 closed 1 year ago

zll600 commented 1 year ago

I think if it is the last parameter, there should be no need to add a comma in this chapter https://rust-lang.github.io/async-book/02_execution/05_io.html

This is related to the issue https://github.com/rust-lang/async-book/issues/187