chore: remove redundant word in comment (#3868)

Signed-off-by: gcmutator <329964069@qq.com>
This commit is contained in:
gcmutator 2025-06-17 14:34:31 +08:00 committed by GitHub
parent 122684babe
commit 4d08a03355
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ where
Self { inner, rx }
}
/// Run the the current oneshot worker once in the current worker instance.
/// Run the current oneshot worker once in the current worker instance.
pub async fn run(&mut self, input: N::Input) -> N::Output {
// &mut self guarantees that the bridge will be
// exclusively borrowed during the time the oneshot worker is running.