Skip to content

Commit 9cc95f8

Browse files
committed
as per iliakan’s comment
1 parent 936a921 commit 9cc95f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/05-array-methods/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ Remember [arrow functions](info:function-expression#arrow-functions)? We can use
418418
arr.sort( (a, b) => a - b );
419419
```
420420
421-
This works exactly the same as the other, longer, versions above.
421+
This works exactly the same as the other, longer, version above.
422422
````
423423
424424
### reverse

0 commit comments

Comments
 (0)