Skip to content

Commit

Permalink
Update index.md (nlohmann#4149)
Browse files Browse the repository at this point in the history
  • Loading branch information
HO-COOH authored Sep 14, 2023
1 parent da92c0e commit 5fec803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mkdocs/docs/api/basic_json/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ template<
class NumberFloatType = double,
template<typename U> class AllocatorType = std::allocator,
template<typename T, typename SFINAE = void> class JSONSerializer = adl_serializer,
class BinaryType = std::vector<std::uint8_t,
class BinaryType = std::vector<std::uint8_t>,
class CustomBaseClass = void>
>
class basic_json;
Expand Down

0 comments on commit 5fec803

Please sign in to comment.