We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f34195 commit 062e081Copy full SHA for 062e081
src/02_execution/05_io.md
@@ -84,7 +84,7 @@ event occurs. In the case of our `SocketRead` example above, the
84
impl Socket {
85
fn set_readable_callback(&self, waker: Waker) {
86
// `local_executor` is a reference to the local executor.
87
- // this could be provided at creation of the socket, but in practice
+ // This could be provided at creation of the socket, but in practice
88
// many executor implementations pass it down through thread local
89
// storage for convenience.
90
let local_executor = self.local_executor;
0 commit comments