mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
Fix opeation in operation_waiter.rs comment
This fixes a typo of "opeation" for "operation" in a comment in veilid-core/src/rpc_processor/operation_waiter.rs.
This commit is contained in:
parent
ff56634667
commit
220ed57fdd
@ -150,7 +150,7 @@ where
|
||||
Ok(())
|
||||
}
|
||||
|
||||
/// Wait for opeation to complete
|
||||
/// Wait for operation to complete
|
||||
pub async fn wait_for_op(
|
||||
&self,
|
||||
mut handle: OperationWaitHandle<T, C>,
|
||||
|
Loading…
Reference in New Issue
Block a user