Fix typo
Co-authored-by: Niels Lohmann <niels.lohmann@gmail.com>
This commit is contained in:
parent
5204ebb0d0
commit
2e7e67da97
@ -36,7 +36,7 @@ SOFTWARE.
|
|||||||
#include <nlohmann/json.hpp>
|
#include <nlohmann/json.hpp>
|
||||||
|
|
||||||
// Test extending nlohmann::json by using a custom base class.
|
// Test extending nlohmann::json by using a custom base class.
|
||||||
// Add some metadata to each node ant test the behaviour of copy / move
|
// Add some metadata to each node and test the behaviour of copy / move
|
||||||
template<class MetaDataType>
|
template<class MetaDataType>
|
||||||
class json_metadata
|
class json_metadata
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user