From 2d5b63bedfcde42165f6a0a28d466b2c6b9cbf6a Mon Sep 17 00:00:00 2001 From: chrysn Date: Wed, 30 Oct 2024 14:52:39 +0100 Subject: [PATCH] fixup! fix(coap): Remove outdated comments --- src/riot-rs-coap/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`]. ///