Skip to content

Commit 8cbf817

Browse files
committed
Fix doc comment
1 parent 60ef609 commit 8cbf817

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libstd/priority_queue.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

2-
/// A priority queue implemented with a binary heap
2+
//! A priority queue implemented with a binary heap
3+
34
use core::cmp::Ord;
45
use ptr::addr_of;
56

0 commit comments

Comments
 (0)