Skip to content

Commit a41323a

Browse files
committed
typo
1 parent 80918e1 commit a41323a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sled-agent/config-reconciler/src/handle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ impl ConfigReconcilerHandle {
8484
///
8585
/// The config reconciler subsystem splits initialization into two phases:
8686
/// the main reconcilation task will not be spawned until
87-
/// `spawn_reconciliation_task()` is called on the return handle.
87+
/// `spawn_reconciliation_task()` is called on the returned handle.
8888
/// `spawn_reconciliation_task()` cannot be called by sled-agent proper
8989
/// until rack setup has occurred (or sled-agent has found its config from a
9090
/// prior rack setup, during a cold boot).

0 commit comments

Comments
 (0)