Skip to content

Commit ff95925

Browse files
Update docs/standard-library/algorithm-functions.md
1 parent 4c03f9e commit ff95925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/standard-library/algorithm-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2265,8 +2265,8 @@ otherwise the first element.
22652265

22662266
### Example
22672267

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
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.
22702270

22712271
```cpp
22722272
// alg_for_each_n.cpp

0 commit comments

Comments
 (0)