Skip to content

Commit 387ffba

Browse files
authored
fix: Fix grammar mistake Update delivery_notifier.rs (#3177)
## Motivation I noticed a grammar error in the phrase: > "it should only changed by" This has been corrected to: > "it should only be changed by" Thanks! Signed-off-by: Dmitry <[email protected]>
1 parent 7323f10 commit 387ffba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linera-core/src/chain_worker/delivery_notifier.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use tracing::warn;
2121
/// from specific [`BlockHeight`]s.
2222
///
2323
/// The notifier instance can be cheaply `clone`d and works as a shared reference.
24-
/// However, its methods still require `&mut self` to hint that it should only changed by
24+
/// However, its methods still require `&mut self` to hint that it should only be changed by
2525
/// [`ChainWorkerStateWithAttemptedChanges`](super::ChainWorkerStateWithAttemptedChanges).
2626
#[derive(Clone, Default)]
2727
pub struct DeliveryNotifier {

0 commit comments

Comments
 (0)