Skip to content

Commit d2842d3

Browse files
committed
Doc update
1 parent 99b0240 commit d2842d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
as strings with tag `semantic_tag::bigdec`. Defaults to true.
2020

2121
- New reflection trait definitions, `jsoncons::reflect::json_conv_traits`, that support non-throwing conversions and uses-allocator construction.
22-
These replace `jsoncons::json_type_traits`, but for backwards compatability, `json_conv_traits` defaults to `json_type_traits` if a type conversion is undefined.
22+
These replace `jsoncons::json_type_traits`, but for backwards compatibility, `json_conv_traits` defaults to `json_type_traits` if a type conversion is undefined.
2323

2424
- New non-throwing versions of the decode functions that return a `std::expected`-like result (like `std::expected<T,jsoncons::read_error>`),
2525

0 commit comments

Comments
 (0)