diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-14 18:26:01 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-14 18:26:01 -0400 |
commit | 7f3dcf01dedd39d33009e53227162012f4473dce (patch) | |
tree | c998dd2ae18c648bbfb7ee0f8d1a437b8a871d01 /src | |
parent | b9eead7533b2c5d8360213c4e3104a0fa6888122 (diff) | |
download | starb-7f3dcf01dedd39d33009e53227162012f4473dce.tar.gz starb-7f3dcf01dedd39d33009e53227162012f4473dce.zip |
Finish documentation sentence for `unshift_from`.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |