Skip to content

Commit 954d3b7

Browse files
committed
Typo fixed: it's called Bool, not Boolean - cf https://docs.serde.rs/serde_json/value/enum.Value.html
1 parent c104bad commit 954d3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//! Data types that can be encoded are JavaScript types (see the `serde_json:Value` enum for more
1010
//! details):
1111
//!
12-
//! * `Boolean`: equivalent to rust's `bool`
12+
//! * `Bool`: equivalent to rust's `bool`
1313
//! * `I64`: equivalent to rust's `i64`
1414
//! * `U64`: equivalent to rust's `u64`
1515
//! * `F64`: equivalent to rust's `f64`

0 commit comments

Comments
 (0)