Skip to content

Commit dcced0b

Browse files
committed
style: typo
1 parent ebd9833 commit dcced0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent-control/src/opamp/data_store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use serde::{Serialize, de::DeserializeOwned};
22

33
use crate::agent_control::agent_id::AgentID;
44

5-
/// Implementors of this trait represent data stores for OpAMP-related data.
5+
/// Implementers of this trait represent data stores for OpAMP-related data.
66
///
77
/// They expose ways to get, set and delete data associated with the management of agent
88
/// workloads in a way that matches the OpAMP specification.

0 commit comments

Comments
 (0)