Skip to content

Commit a3e9cfb

Browse files
committed
fixing typo in example from README
1 parent 3b26fb2 commit a3e9cfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can also programmatically create `json::value` objects like this:
5757
}
5858
};
5959

60-
std::cout << stringify(obj1) << std::endl;
60+
std::cout << stringify(arr) << std::endl;
6161
}
6262

6363
Which of course results in a object representing the following JSON:

0 commit comments

Comments
 (0)