Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kimonohanger committed Nov 9, 2019
1 parent b07ad25 commit 4b3be19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 031-iterator-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ void f( InputIterator i, InputIterator j )
}
~~~
入力イテレーターの参照は、読み込みことしか保証されていない
入力イテレーターの参照は、読み込むことしか保証されていない
~~~cpp
template < typename InputIterator >
Expand Down

0 comments on commit 4b3be19

Please sign in to comment.