Skip to content

Commit

Permalink
Update index.md (#4159)
Browse files Browse the repository at this point in the history
  • Loading branch information
miny1233 committed Sep 23, 2023
1 parent aa87ab8 commit e75b94b
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 @@ -14,7 +14,7 @@ template<
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 CustomBaseClass = void>
class CustomBaseClass = void
>
class basic_json;
```
Expand Down

0 comments on commit e75b94b

Please sign in to comment.