File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -828,7 +828,7 @@ TEST_CASE("parser class")
828
828
// for ranges in range of IEEE 754-2008 binary64 (double precision)
829
829
// this does not accommodate 64 bit integers without loss of accuracy.
830
830
// As 64 bit integers are now widely used in software, it is desirable
831
- // to expand support to to the full 64 bit (signed and unsigned) range
831
+ // to expand support to the full 64 bit (signed and unsigned) range
832
832
// i.e. -(2**63) -> (2**64)-1.
833
833
834
834
// -(2**63) ** Note: compilers see negative literals as negated positive numbers (hence the -1))
Original file line number Diff line number Diff line change @@ -866,7 +866,7 @@ TEST_CASE("regression tests 2")
866
866
CHECK (j.dump () == " [1,4]" );
867
867
}
868
868
869
- SECTION (" issue #3343 - json and ordered_json are not interchangable " )
869
+ SECTION (" issue #3343 - json and ordered_json are not interchangeable " )
870
870
{
871
871
json::object_t jobj ({ { " product" , " one" } });
872
872
ordered_json::object_t ojobj ({{" product" , " one" }});
You can’t perform that action at this time.
0 commit comments