We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c03f9e commit ff95925Copy full SHA for ff95925
docs/standard-library/algorithm-functions.md
@@ -2265,8 +2265,8 @@ otherwise the first element.
2265
2266
### Example
2267
2268
-This example depicts a user-defined function object class, production code often
2269
-uses [`lambda`](https://docs.microsoft.com/cpp/cpp/lambda-expressions-in-cpp?view=msvc-170)s to achieve the same result with less code
+This example depicts a user-defined function object class. Production code often
+uses [`lambda`](https://docs.microsoft.com/cpp/cpp/lambda-expressions-in-cpp?view=msvc-170)s to achieve the same result with less code.
2270
2271
```cpp
2272
// alg_for_each_n.cpp
0 commit comments