aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 164a575..254d833 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -226,7 +226,7 @@ impl<T> Writer<'_, T>
where
T: Copy,
{
- /// Copy as much of `buf` into the ring buffer.
+ /// Copy as much of `buf` into the ring buffer as possible.
///
/// Returns the number of items copied.
pub fn unshift_from(&mut self, buf: &[T]) -> usize {