Skip to content

Commit fcd8d2b

Browse files
authored
Merge pull request #161 from mephinet/boolean-typo-fix
Typo fixed: it's called Bool, not Boolean
2 parents c104bad + 954d3b7 commit fcd8d2b

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)