Skip to content

Commit

Permalink
fixup! fix(coap): Remove outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Oct 30, 2024
1 parent 0f4b993 commit 2d5b63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riot-rs-coap/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static CLIENT: OnceLock<
SendCell<embedded_nal_coap::CoAPRuntimeClient<'static, CONCURRENT_REQUESTS>>,
> = 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`].
///
Expand Down

0 comments on commit 2d5b63b

Please sign in to comment.