diff --git a/README.md b/README.md index 3830157..a3eea68 100644 --- a/README.md +++ b/README.md @@ -91,4 +91,6 @@ Then use it in your Rust code: use rustastic_drone::RustasticDrone; ``` -# Assistance \ No newline at end of file +# Assistance + +You can contact us through our telegram bot if you need more infos: https://t.me/rustastic_support_bot \ No newline at end of file diff --git a/src/drone.rs b/src/drone.rs index b3aa749..a2e5900 100644 --- a/src/drone.rs +++ b/src/drone.rs @@ -239,7 +239,7 @@ impl RustasticDrone { /// - `true`: if the packet was successfully sent to the destination drone. /// - `false`: if there was an error in sending the packet, either due to an unreachable destination or a failure in the /// communication channel. - ///1 + /// 1 /// # Behavior /// - The method extracts the next hop in the routing path (`destination`), checks if the destination is available in /// `packet_send`, and attempts to send the packet to that destination.