mirror of
https://github.com/nlohmann/json.git
synced 2026-02-25 04:46:26 +00:00
fixed typos in comments for examples
This commit is contained in:
@@ -4,7 +4,7 @@ using namespace nlohmann;
|
||||
|
||||
int main()
|
||||
{
|
||||
// create a JSON boolean
|
||||
// create a JSON number
|
||||
json value = 17;
|
||||
|
||||
// explicitly getting pointers
|
||||
|
||||
Reference in New Issue
Block a user