Skip to content

Commit e75b94b

Browse files
authored
Update index.md (nlohmann#4159)
1 parent aa87ab8 commit e75b94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mkdocs/docs/api/basic_json/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ template<
1414
template<typename U> class AllocatorType = std::allocator,
1515
template<typename T, typename SFINAE = void> class JSONSerializer = adl_serializer,
1616
class BinaryType = std::vector<std::uint8_t>,
17-
class CustomBaseClass = void>
17+
class CustomBaseClass = void
1818
>
1919
class basic_json;
2020
```

0 commit comments

Comments
 (0)