Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 07de5b4

Browse files
committed
Fix typo
1 parent 2f592f5 commit 07de5b4

File tree

1 file changed

+1
-1
lines changed
  • unified-scheduler-pool/src

1 file changed

+1
-1
lines changed

unified-scheduler-pool/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ impl ExecutedTask {
215215
}
216216

217217
// A very tiny generic message type to signal about opening and closing of subchannels, which are
218-
// logically segmented series of Payloads (P1) over a signle continuous time-span, potentially
218+
// logically segmented series of Payloads (P1) over a single continuous time-span, potentially
219219
// carrying some subchannel metadata (P2) upon opening a new subchannel.
220220
// Note that the above properties can be upheld only when this is used inside MPSC or SPSC channels
221221
// (i.e. the consumer side needs to be single threaded). For the multiple consumer cases,

0 commit comments

Comments
 (0)