File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ pub struct Number {
4242 // Decimal exponent, analog to `e` notation in string form.
4343 exponent : i16 ,
4444
45- // Integer base before sing and exponent applied.
45+ // Integer base before sign and exponent applied.
4646 mantissa : u64 ,
4747}
4848
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ mod json_checker_fail {
154154 }
155155
156156 #[ test]
157- fn missmatch ( ) {
157+ fn mismatch ( ) {
158158 assert ! ( parse( r#"["mismatch"}"# ) . is_err( ) ) ;
159159 }
160160}
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ fn parse_and_index_mut_from_null() {
238238
239239 assert ! ( data[ "foo" ] [ "bar" ] . is_null( ) ) ;
240240
241- // test that data didn't coerece to object
241+ // test that data didn't coerce to object
242242 assert ! ( data. is_null( ) ) ;
243243
244244 data[ "foo" ] [ "bar" ] = 100 . into ( ) ;
You can’t perform that action at this time.
0 commit comments