Skip to content

Commit

Permalink
minor doctest edit
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jul 2, 2020
1 parent 018c1bf commit 0ddc5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blobby/src/lib.rs
Expand Up @@ -38,7 +38,7 @@
//!
//! let mut v = blobby::Blob4Iterator::new(buf).unwrap();
//! assert_eq!(v.next(), Some(Ok([&b"hello"[..], b" ", b"", b"world!"])));
//! assert_eq!(v.next(), Some(Ok([&b":::"[..], b"world!", &b"hello"[..], b""])));
//! assert_eq!(v.next(), Some(Ok([&b":::"[..], b"world!", b"hello", b""])));
//! assert_eq!(v.next(), None);
//! ```
//!
Expand Down

0 comments on commit 0ddc5c4

Please sign in to comment.