diff --git a/core/node/node_sync/src/sync_action.rs b/core/node/node_sync/src/sync_action.rs index 79f350641a95..8cb90d24fe84 100644 --- a/core/node/node_sync/src/sync_action.rs +++ b/core/node/node_sync/src/sync_action.rs @@ -16,7 +16,7 @@ impl ActionQueueSender { /// /// # Errors /// - /// Errors correspond incorrect action order, or to `ExternalIO` instance that the queue is connected to shutting down. + /// Errors correspond to incorrect action order, or to `ExternalIO` instance that the queue is connected to shutting down. /// Hence, returned errors must be treated as unrecoverable by the caller; it is unsound to continue /// operating a node if some of the `actions` may be lost. pub async fn push_actions(&self, actions: Vec) -> anyhow::Result<()> {