Skip to content

Commit 85244d0

Browse files
committed
#2619: improve formatting
1 parent 9353393 commit 85244d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/src/2619-array-prototype-last.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ Array.prototype.last = function() {
4949
/**
5050
* const arr = [1, 2, 3];
5151
* arr.last(); // 3
52-
**/
52+
***/
5353

5454
module.exports = Array;

0 commit comments

Comments
 (0)