fixed typos in comments for examples
This commit is contained in:
parent
0a81353989
commit
260745810d
3 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ using namespace nlohmann;
|
|||
|
||||
int main()
|
||||
{
|
||||
// create a JSON boolean
|
||||
// create a JSON number
|
||||
json value = 17;
|
||||
|
||||
// explicitly getting pointers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue