Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
slowli committed Jul 3, 2024
1 parent 1f0e6aa commit a1f7405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/node/node_sync/src/sync_action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<SyncAction>) -> anyhow::Result<()> {
Expand Down

0 comments on commit a1f7405

Please sign in to comment.