Skip to content

Commit

Permalink
Merge pull request #2788 from reubenmiller/fix-rustdoc-typo
Browse files Browse the repository at this point in the history
style: fix Rust doc typo
  • Loading branch information
reubenmiller authored Mar 18, 2024
2 parents 8195681 + ef0fd38 commit 01f1cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/extensions/tedge_mqtt_bridge/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ impl<'a, T> BidirectionalChannelHalf<T> {
/// 4. The cloud_event_loop is notified that the message has been published by the cloud client. The notification event provides the `pkid` of the message used on the cloud connection.
/// 5. The message cloud `pkid` is joined with the original local message sent step 2. The pair (cloud `pkid`, local message) is cached
/// 6. The cloud MQTT end-point acknowledges the message, providing its cloud `pkid`.
/// 7. The pair (cloud `pkid`, local message) is extracted from the cache and the local message is finaly acknowledged.
/// 7. The pair (cloud `pkid`, local message) is extracted from the cache and the local message is finally acknowledged.
///
/// ## Bridging cloud messages to the local broker
///
Expand Down

0 comments on commit 01f1cea

Please sign in to comment.