Skip to content

Commit

Permalink
[faq] typo: 输入迭代器 -> 输入流迭代器
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims committed Feb 5, 2024
1 parent 9a4b588 commit dcfcac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq/range_iterator_and_algorithm/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ TODO, 没想到好的解释.
实际上, 标准库为 C 风格数组、所有 STL 容器和其他一些类均定义有迭代器接口.

------------------------------------------------------------------------------------------------------------------------
输入迭代器
输入流迭代器
------------------------------------------------------------------------------------------------------------------------

这实际上是标准库中已有的类模板 :cpp:`std::istream_iterator<T>`.
Expand Down

0 comments on commit dcfcac5

Please sign in to comment.