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.
2 parents d2617a1 + f7928d5 commit bb63f8cCopy full SHA for bb63f8c
docs/standard-library/algorithm-functions.md
@@ -203,7 +203,7 @@ int main()
203
```
204
205
```Output
206
-L = ( 50 40 10 20 20 )
+li = ( 50 40 10 20 20 )
207
All the elements are even numbers.
208
209
@@ -270,7 +270,7 @@ int main()
270
271
272
273
-L = ( 51 41 11 21 20 )
+li = ( 51 41 11 21 20 )
274
There's an even element in li.
275
276
0 commit comments