diff --git a/examples/coap/src/oluru.rs b/examples/coap/src/oluru.rs index cf97d9f5a..31136cc96 100644 --- a/examples/coap/src/oluru.rs +++ b/examples/coap/src/oluru.rs @@ -158,7 +158,7 @@ impl OrderedPool { None } - /// Insert an element. + /// Inserts an element. /// /// If the new element's priority is lower than the lowest in the queue, it is returned as an /// Err. Otherwise, the element is inserted, and any dropped lower priority element is