Skip to content

Commit 4d08a03

Browse files
authored
chore: remove redundant word in comment (#3868)
Signed-off-by: gcmutator <329964069@qq.com>
1 parent 122684b commit 4d08a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/yew-agent/src/oneshot/bridge.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ where
5757
Self { inner, rx }
5858
}
5959

60-
/// Run the the current oneshot worker once in the current worker instance.
60+
/// Run the current oneshot worker once in the current worker instance.
6161
pub async fn run(&mut self, input: N::Input) -> N::Output {
6262
// &mut self guarantees that the bridge will be
6363
// exclusively borrowed during the time the oneshot worker is running.

0 commit comments

Comments
 (0)