mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
chore: remove redundant word in comment (#3868)
Signed-off-by: gcmutator <329964069@qq.com>
This commit is contained in:
parent
122684babe
commit
4d08a03355
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user