Skip to content

Commit b25342d

Browse files
Update server/swimos_agent/src/agent_model/downlink/mod.rs
Co-authored-by: Thomas Klapwijk <SirCipher@users.noreply.github.com>
1 parent 55425b2 commit b25342d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/swimos_agent/src/agent_model/downlink/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ pub trait DownlinkChannelFactory<Context> {
322322
/// The kind of the downlink that is created.
323323
fn kind(&self) -> DownlinkKind;
324324

325-
/// Create a new new downlink from a boxed instances of the factory.
325+
/// Create a new downlink from a boxed instances of the factory.
326326
///
327327
/// # Arguments
328328
/// * `context` - The agent context to which the downlink will belong.

0 commit comments

Comments
 (0)