Skip to content

Commit

Permalink
Capitalize the first letter in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yuk1ty committed Oct 27, 2023
1 parent 1f34195 commit 062e081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/02_execution/05_io.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ event occurs. In the case of our `SocketRead` example above, the
impl Socket {
fn set_readable_callback(&self, waker: Waker) {
// `local_executor` is a reference to the local executor.
// this could be provided at creation of the socket, but in practice
// This could be provided at creation of the socket, but in practice
// many executor implementations pass it down through thread local
// storage for convenience.
let local_executor = self.local_executor;
Expand Down

0 comments on commit 062e081

Please sign in to comment.