Skip to content

Commit

Permalink
Merge pull request microsoft#700 from apoorva2398/patch-1
Browse files Browse the repository at this point in the history
Fix spelling of "Lambdas" in coding_guidelines.md
  • Loading branch information
sytelus authored Dec 29, 2017
2 parents 3678e96 + ee9c0b8 commit a376aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/coding_guidelines.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Modern C++ Coding Guidelines

We are using Modern C++11. Smart pointers, Lamdas, and C++11 multithreading primitives are your friend.
We are using Modern C++11. Smart pointers, Lambdas, and C++11 multithreading primitives are your friend.

## Quick Note

Expand Down

0 comments on commit a376aca

Please sign in to comment.