Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed Apr 11, 2014
1 parent 40c4cb9 commit 9cb6c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion from_goto_to_std-transform.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ std::transform - elapsed time: 0.470662s
## Conclusion
Sure, readability has also something to with taste or to be precise familiarity, for in my opinion you should avoid explicit loops and make use of the cool stuff in the [`<algorithm>` header](http://en.cppreference.com/w/cpp/algorithm) for better maintainability of your C++ software. Once you get used to it you will enjoy every for loop you do *not* have to read. ;-)
Sure, readability also has something to with taste or to be precise familiarity, for in my opinion you should avoid explicit loops and make use of the cool stuff in the [`<algorithm>` header](http://en.cppreference.com/w/cpp/algorithm) for better maintainability of your C++ software. Once you get used to it you will enjoy every for loop you do *not* have to read. ;-)
## Further readings
Expand Down

0 comments on commit 9cb6c35

Please sign in to comment.