Skip to content

Commit f7928d5

Browse files
authored
:-)
Can someone explain to me, when I make changes - to do or not to do pull requests?! I'm totally new here and I don't understand yet the Github's mechanic. If I only propose file changes is this enough?
1 parent 40ab452 commit f7928d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)