Skip to content

Commit 6463266

Browse files
author
Marcus Ewert
authored
Doc edit (#7)
* Doc edit and fmt fixes
1 parent af53334 commit 6463266

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
//! # Ok(())
4343
//! # }
4444
//! ```
45-
//! ## Count size of JSON array:
45+
//! ## Count the size of JSON array:
4646
//! ```
4747
//! # use qjsonrs::{
4848
//! # sync::{

src/token.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ impl<'a> JsonString<'a> {
2121
/// Unsafely construct a JsonString from a raw str.
2222
///
2323
/// # Safety
24-
///
24+
///
2525
/// Assumes `s` is a valid JSON string (all control chars escaped, no invalid
2626
/// escapes, no un-escaped '"')
2727
pub unsafe fn from_str_unchecked(s: &'a str) -> JsonString<'a> {

0 commit comments

Comments
 (0)