Skip to content

Commit 062e081

Browse files
committedOct 27, 2023
Capitalize the first letter in comment
1 parent 1f34195 commit 062e081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/02_execution/05_io.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ event occurs. In the case of our `SocketRead` example above, the
8484
impl Socket {
8585
fn set_readable_callback(&self, waker: Waker) {
8686
// `local_executor` is a reference to the local executor.
87-
// this could be provided at creation of the socket, but in practice
87+
// This could be provided at creation of the socket, but in practice
8888
// many executor implementations pass it down through thread local
8989
// storage for convenience.
9090
let local_executor = self.local_executor;

0 commit comments

Comments
 (0)
Please sign in to comment.