Skip to content

Commit e447d4b

Browse files
Update README.md
1 parent a9135c5 commit e447d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2006,7 +2006,7 @@ Any object that has the functions `begin` and `end` are considered iterable rang
20062006
These conversions also work on ranges of ranges:
20072007
20082008
```cpp
2009-
vector<set<int>> Y = {{6,3,8,2,5},{6,3,5,8,2}};
2009+
vector<set<int>> Y = { {6, 3, 8, 2, 5}, {6, 3, 5, 8, 2} };
20102010
plot(Y);
20112011
```
20122012

0 commit comments

Comments
 (0)