Skip to content

Commit 85725cf

Browse files
author
akazakarin96
authored
Extraneous right parenthesis
1 parent 3471528 commit 85725cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cpp/lambda-expressions-in-cpp.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This illustration shows the parts of a lambda:
4646
4747
1. *trailing-return-type* Optional.
4848
49-
1. *lambda body*)
49+
1. *lambda body*.
5050
5151
### Capture Clause
5252
@@ -372,4 +372,4 @@ In addition to C++11 Standard lambda functionality, Visual Studio supports state
372372
[C++ Language Reference](../cpp/cpp-language-reference.md)<br/>
373373
[Function Objects in the C++ Standard Library](../standard-library/function-objects-in-the-stl.md)<br/>
374374
[Function Call](../cpp/function-call-cpp.md)<br/>
375-
[for_each](../standard-library/algorithm-functions.md#for_each)
375+
[for_each](../standard-library/algorithm-functions.md#for_each)

0 commit comments

Comments
 (0)