From 2e7e67da9738e490e0f4f5b9f4557d581b1f4484 Mon Sep 17 00:00:00 2001 From: Raphael Grimm Date: Mon, 1 Nov 2021 21:00:51 +0100 Subject: [PATCH] Fix typo Co-authored-by: Niels Lohmann --- tests/src/unit-custom-base-class.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/unit-custom-base-class.cpp b/tests/src/unit-custom-base-class.cpp index d42938979..dfa49f7d5 100644 --- a/tests/src/unit-custom-base-class.cpp +++ b/tests/src/unit-custom-base-class.cpp @@ -36,7 +36,7 @@ SOFTWARE. #include // 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 json_metadata {