Skip to content

Commit

Permalink
docs: Update comment for PrioQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
mantono committed Dec 7, 2023
1 parent a9eeec5 commit 791643f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pub mod channel;

use std::collections::BinaryHeap;

/// A priority queue with a fixed capacity
/// PrioQueue is a priority queue (heap) with a fixed capacity.
pub struct PrioQueue<T>
where
T: Ord,
Expand Down

0 comments on commit 791643f

Please sign in to comment.