Skip to content

Commit f59fee8

Browse files
committed
updating README
1 parent 3479fbd commit f59fee8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ int main() {
4242

4343
// when dealing with arrays, you can use iterators, indexing, or ranged-for
4444
for(const json::value &v : as_array(servlets)) {
45-
const json::value &v = *it;
4645
// all basic types (numbers, strings, booleans) can be converted
4746
// to a string
4847
std::cout << to_string(v["servlet-name"]) << '\n';

0 commit comments

Comments
 (0)