Skip to content

Commit 128553c

Browse files
committed
encode_toon
1 parent cce6e16 commit 128553c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/ref/toon/encode_toon.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ Type `BytesLike` must be back insertable and have member type `value_type` with
2121
Any of the values types `int8_t`, `uint8_t`, `char`, `unsigned char` and `std::byte` (since C++17) are allowed.
2222
2323
(2) Writes a value of type T into a binary stream in the TOON data format, using the specified (or defaulted) [options](toon_options.md).
24-
Type 'T' must be an instantiation of [basic_json](../corelib/basic_json.md)
25-
or support jsoncons reflection traits.
24+
Type 'T' must be an instantiation of [basic_json](../corelib/basic_json.md).
2625
2726
### Examples
2827

0 commit comments

Comments
 (0)