Skip to content

Commit 0c57f2b

Browse files
committed
fix typo in comment
1 parent e89887f commit 0c57f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ impl Actor for Processor {
171171
let lock = Arc::clone(&lock);
172172

173173
actix::spawn(async move {
174-
// Immediately exists if the lock cannot be acquired.
174+
// Immediately exits if the lock cannot be acquired.
175175
if let Ok(locked) = lock.try_lock() {
176176
// Lock acquired and will remain locked until
177177
// `_l` goes out of scope.

0 commit comments

Comments
 (0)