We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85500a7 commit d8a04b4Copy full SHA for d8a04b4
src/histbuf.rs
@@ -12,7 +12,7 @@ use core::slice;
12
/// ```
13
/// use heapless::HistoryBuffer;
14
///
15
-/// // Initialize a new buffer with 8 elements, all initially zero.
+/// // Initialize a new buffer with 8 elements.
16
/// let mut buf = HistoryBuffer::<_, 8>::new();
17
18
/// // Starts with no data
0 commit comments