Skip to content

Commit a572509

Browse files
committed
Downgraded titles on protocol modules with short descriptions.
1 parent 66f4123 commit a572509

File tree

1 file changed

+2
-2
lines changed
  • api/swimos_agent_protocol/src

1 file changed

+2
-2
lines changed

api/swimos_agent_protocol/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pub mod encoding {
8787
};
8888
}
8989

90-
/// # The encoding used for map like lanes and stores, shared between the other protocols in this module.
90+
/// The encoding used for map like lanes and stores, shared between the other protocols in this module.
9191
pub mod map {
9292
pub use crate::map::{
9393
MapMessageDecoder, MapMessageEncoder, MapOperationDecoder, MapOperationEncoder,
@@ -96,7 +96,7 @@ pub mod encoding {
9696
};
9797
}
9898

99-
/// # The protocol used by the agents to send ad hoc messages to lanes on other agents.
99+
/// The protocol used by the agents to send ad hoc messages to lanes on other agents.
100100
///
101101
/// [`crate::AdHocCommand`] messages are sent by agents to the runtime to instruct it to send an ad hoc
102102
/// command to an arbitrary lane endpoint.

0 commit comments

Comments
 (0)