mirror of
https://github.com/nlohmann/json.git
synced 2025-07-29 23:01:16 +03: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