Skip to content

Commit ce2f2a3

Browse files
committed
Merge pull request vuejs#2588 from kazupon/fix/array-comment
fix: array $remove method jsdoc
2 parents fb876ef + 8a686e6 commit ce2f2a3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/observer/array.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,9 @@ def(
6969
)
7070

7171
/**
72-
* Convenience method to remove the element at given index.
72+
* Convenience method to remove the element at given index or target element reference.
7373
*
74-
* @param {Number} index
75-
* @param {*} val
74+
* @param {*} item
7675
*/
7776

7877
def(

0 commit comments

Comments
 (0)