Fix document typo, close #6090.

This commit is contained in:
Kohei Takahashi
2014-11-02 18:25:10 +09:00
parent b7f0f8856c
commit ba0e753cff

View File

@ -1488,7 +1488,7 @@ The code:
__vector__<int, int> j;
std::cin >> i;
std::cin >> set_open('[') >> set_close(']') >> set_delimiter(':');
std::cin >> tuple_open('[') >> tuple_close(']') >> tuple_delimiter(':');
std::cin >> j;
reads the data into the __vector__(s) `i` and `j`.