Skip to content

Commit c09cb01

Browse files
committed
Add missing parantheses
1 parent 2416c59 commit c09cb01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/nlp/lda/lib

lib/node_modules/@stdlib/nlp/lda/lib/matrix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function matrix() {
6767
*
6868
* @param {integer} i - row index
6969
* @param {integer} j - column index
70-
* @returns {number|undefined} matrix element
70+
* @returns {(number|undefined)} matrix element
7171
*/
7272
function get( i, j ) {
7373
/* eslint-disable no-invalid-this */

0 commit comments

Comments
 (0)