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 ebd9833 commit dcced0bCopy full SHA for dcced0b
agent-control/src/opamp/data_store.rs
@@ -2,7 +2,7 @@ use serde::{Serialize, de::DeserializeOwned};
2
3
use crate::agent_control::agent_id::AgentID;
4
5
-/// Implementors of this trait represent data stores for OpAMP-related data.
+/// Implementers of this trait represent data stores for OpAMP-related data.
6
///
7
/// They expose ways to get, set and delete data associated with the management of agent
8
/// workloads in a way that matches the OpAMP specification.
0 commit comments