We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af53334 commit 6463266Copy full SHA for 6463266
src/lib.rs
@@ -42,7 +42,7 @@
42
//! # Ok(())
43
//! # }
44
//! ```
45
-//! ## Count size of JSON array:
+//! ## Count the size of JSON array:
46
47
//! # use qjsonrs::{
48
//! # sync::{
src/token.rs
@@ -21,7 +21,7 @@ impl<'a> JsonString<'a> {
21
/// Unsafely construct a JsonString from a raw str.
22
///
23
/// # Safety
24
- ///
+ ///
25
/// Assumes `s` is a valid JSON string (all control chars escaped, no invalid
26
/// escapes, no un-escaped '"')
27
pub unsafe fn from_str_unchecked(s: &'a str) -> JsonString<'a> {
0 commit comments