diff --git a/src/type/Matrix.js b/src/type/Matrix.js index 563b98bc7..ac895599c 100644 --- a/src/type/Matrix.js +++ b/src/type/Matrix.js @@ -457,7 +457,7 @@ function _init(array) { * Resize the matrix * @param {Number[]} size * @param {*} [defaultValue] Default value, filled in on new entries. - * If not provided, the vector will be filled + * If not provided, the matrix will be filled * with zeros. */ Matrix.prototype.resize = function (size, defaultValue) {