Skip to content

Commit 8414342

Browse files
committed
fix: typo
1 parent ce73c43 commit 8414342

File tree

1 file changed

+1
-1
lines changed
  • crates/ra_cargo_watch/src

1 file changed

+1
-1
lines changed

crates/ra_cargo_watch/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ impl WatchThread {
362362
_ => {}
363363
}
364364

365-
// if the send channel was closed, so we want to shutdown
365+
// if the send channel was closed, we want to shutdown
366366
message_send.send(CheckEvent::Msg(message)).is_ok()
367367
});
368368

0 commit comments

Comments
 (0)