diff --git a/src/riot-rs-coap/src/lib.rs b/src/riot-rs-coap/src/lib.rs index 6e2739d9e..e31e05a78 100644 --- a/src/riot-rs-coap/src/lib.rs +++ b/src/riot-rs-coap/src/lib.rs @@ -26,7 +26,7 @@ static CLIENT: OnceLock< SendCell>, > = OnceLock::new(); -/// Run a CoAP server with the given handler on the system's CoAP transports. +/// Runs a CoAP server with the given handler on the system's CoAP transports. /// /// As the CoAP stack gets ready, it also unblocks [`coap_client`]. ///