Skip to content

Commit caa762b

Browse files
committed
Doc update
1 parent 3c2210a commit caa762b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ int main()
274274

275275
json another_array = json::array();
276276
another_array.emplace_back(byte_string({'P','u','s','s'}),
277-
byte_string_chars_format::base64); // suggested conversion to base64
277+
semantic_tag_type::base64); // suggested conversion to base64
278278
another_array.emplace_back("273.15", semantic_tag_type::big_decimal);
279279
another_array.emplace(another_array.array_range().begin(),"bar"); // place at front
280280

0 commit comments

Comments
 (0)