Skip to content
Snippets Groups Projects
Commit 6414efe8 authored by luben karavelov's avatar luben karavelov Committed by Carl Lerche
Browse files

Fix documentation (#219)

parent 7785cde5
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,8 @@
//! using a reference count to track when the memory is no longer needed and can
//! be freed.
//!
//! A `Bytes` handle can be created directly from an existing byte store (such as &[u8]
//! or Vec<u8>), but usually a `BytesMut` is used first and written to. For
//! A `Bytes` handle can be created directly from an existing byte store (such as `&[u8]`
//! or `Vec<u8>`), but usually a `BytesMut` is used first and written to. For
//! example:
//!
//! ```rust
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment