Skip to content

Commit

Permalink
🚨 fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Dec 18, 2022
1 parent 8f3a183 commit 10b17d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/mkdocs/docs/api/basic_json/json_base_class_t.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Examples of such functionality might be metadata, additional member functions (e

#### Default type

The default value for `CustomBaseClass` is `void`. In this case an [empty base class](https://en.cppreference.com/w/cpp/language/ebo) is used and no additional functionality is injected.
The default value for `CustomBaseClass` is `void`. In this case an
[empty base class](https://en.cppreference.com/w/cpp/language/ebo) is used and no additional functionality is injected.

#### Limitations

Expand Down

0 comments on commit 10b17d0

Please sign in to comment.