Skip to content

Commit

Permalink
Merge pull request EzoeRyou#137 from kimonohanger/patch-2
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
EzoeRyou authored Nov 14, 2019
2 parents a9c98b5 + f767623 commit ac03ce9
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 ac03ce9

Please sign in to comment.