From a94eb852a01b07d3aaa3ea8e3ea369e1abfff040 Mon Sep 17 00:00:00 2001 From: chrysn Date: Fri, 17 May 2024 14:59:50 +0200 Subject: [PATCH] fixup! Co-authored-by: ROMemories <152802150+ROMemories@users.noreply.github.com> --- examples/coap/src/oluru.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/coap/src/oluru.rs b/examples/coap/src/oluru.rs index 68b6a9110..91956b802 100644 --- a/examples/coap/src/oluru.rs +++ b/examples/coap/src/oluru.rs @@ -24,7 +24,7 @@ use arrayvec::ArrayVec; pub trait PriorityLevel { /// Calculate the priority of the instance /// - /// An instance's priority level may change while being mutated; [OrderedPool] will account for + /// An instance's priority level may change while being mutated; [`OrderedPool`] will account for /// that. /// /// The level should not change due to global effects (or internal mutability, if shared access