Skip to content

Commit

Permalink
Merge pull request EzoeRyou#118 from sheeputech/patch-1
Browse files Browse the repository at this point in the history
コメントの誤り修正
  • Loading branch information
EzoeRyou authored Aug 26, 2019
2 parents 8c6d68d + b932f72 commit 3a83118
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 @@ -1135,7 +1135,7 @@ int main()

auto last = std::remove( std::begin(v), std::end(v), 2 ) ;

// "12"
// "13"
std::for_each( std::begin(v), last,
[](auto x) { std::cout << x ; } ) ;

Expand Down

0 comments on commit 3a83118

Please sign in to comment.