Skip to content

Commit

Permalink
Monospace format &[u8] in value module docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 committed Sep 6, 2018
1 parent ba1fc9a commit de70251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/value/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
//!
//! A string of JSON data can be parsed into a `serde_json::Value` by the
//! [`serde_json::from_str`][from_str] function. There is also
//! [`from_slice`][from_slice] for parsing from a byte slice &[u8] and
//! [`from_slice`][from_slice] for parsing from a byte slice `&[u8]` and
//! [`from_reader`][from_reader] for parsing from any `io::Read` like a File or
//! a TCP stream.
//!
Expand Down

0 comments on commit de70251

Please sign in to comment.