Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kimonohanger committed Nov 2, 2019
1 parent b07ad25 commit f767623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 016-algorithm.md
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ int main()
実装してみよう。

~~~cpp
auto count = []( auto first, auto last, auto pred )
auto count_if = []( auto first, auto last, auto pred )
{
auto counter = 0u ;
for ( auto i = first ; i != last ; ++i )
Expand Down

0 comments on commit f767623

Please sign in to comment.