Skip to content

Commit e220a56

Browse files
committed
Fixed typos.
1 parent 7f6fdbf commit e220a56

File tree

2 files changed

+2
-2
lines changed
  • runtime/swimos_runtime/src/agent/reporting
  • server/swimos_agent/src/agent_model

2 files changed

+2
-2
lines changed

runtime/swimos_runtime/src/agent/reporting/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ struct UplinkCounters {
3939
command_count: AtomicU64,
4040
}
4141

42-
/// A snapshot taken from an the uplink counters.
42+
/// A snapshot taken from the uplink counters.
4343
#[derive(Clone, Copy, PartialEq, Eq, Debug)]
4444
pub struct UplinkSnapshot {
4545
pub link_count: u64,

server/swimos_agent/src/agent_model/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,7 @@ impl IdCollector for HashSet<u64> {
15301530
/// * `handler` - The initial event handler that starts the chain. This could be a lifecycle event or triggered
15311531
/// by an incoming message from the runtime.
15321532
/// * `items` - Mapping between item IDs (returned by the handler to indicate that it has changed the state of
1533-
/// an item) an the item names (which are used by the lifecycle to identify the items).
1533+
/// an item) and the item names (which are used by the lifecycle to identify the items).
15341534
/// * `collector` - Collects the IDs of lanes with state changes.
15351535
fn run_handler<Context, Lifecycle, Handler, Collector>(
15361536
action_context: &mut ActionContext<Context>,

0 commit comments

Comments
 (0)