Skip to content

Commit 005eda0

Browse files
committed
Fixed typo.
1 parent fe66f0a commit 005eda0

File tree

1 file changed

+1
-1
lines changed
  • server/swimos_agent/src/agent_lifecycle/utility

1 file changed

+1
-1
lines changed

server/swimos_agent/src/agent_lifecycle/utility/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ impl<Agent: 'static> HandlerContext<Agent> {
274274
}
275275

276276
/// Create an event handler that will transform the value in an entry of a map lane or store of the agent.
277-
/// If map contains an entry with that key, it will be updated (or removed) based on the result of the calling
277+
/// If the map contains an entry with that key, it will be updated (or removed) based on the result of the calling
278278
/// the closure on it. If the map does not contain an entry with that key, the closure will be called with [`None`]
279279
/// and an entry will be inserted if it returns a value.
280280
///

0 commit comments

Comments
 (0)