We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe66f0a commit 005eda0Copy full SHA for 005eda0
server/swimos_agent/src/agent_lifecycle/utility/mod.rs
@@ -274,7 +274,7 @@ impl<Agent: 'static> HandlerContext<Agent> {
274
}
275
276
/// 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
+ /// If the map contains an entry with that key, it will be updated (or removed) based on the result of the calling
278
/// the closure on it. If the map does not contain an entry with that key, the closure will be called with [`None`]
279
/// and an entry will be inserted if it returns a value.
280
///
0 commit comments