Skip to content

Commit bb63f8c

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#1100 from EmilEnchev/patch-1
:-)
2 parents d2617a1 + f7928d5 commit bb63f8c

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
@@ -203,7 +203,7 @@ int main()
203203
```
204204

205205
```Output
206-
L = ( 50 40 10 20 20 )
206+
li = ( 50 40 10 20 20 )
207207
All the elements are even numbers.
208208
```
209209

@@ -270,7 +270,7 @@ int main()
270270
```
271271

272272
```Output
273-
L = ( 51 41 11 21 20 )
273+
li = ( 51 41 11 21 20 )
274274
There's an even element in li.
275275
```
276276

0 commit comments

Comments
 (0)