Skip to content

Commit d8a04b4

Browse files
committed
Documentation fix for Historybuffer
1 parent 85500a7 commit d8a04b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/histbuf.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use core::slice;
1212
/// ```
1313
/// use heapless::HistoryBuffer;
1414
///
15-
/// // Initialize a new buffer with 8 elements, all initially zero.
15+
/// // Initialize a new buffer with 8 elements.
1616
/// let mut buf = HistoryBuffer::<_, 8>::new();
1717
///
1818
/// // Starts with no data

0 commit comments

Comments
 (0)