Skip to content

Commit 3827b31

Browse files
authored
docs: update type
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent cecf7f0 commit 3827b31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/dists/chisquare/logpdf/lib

lib/node_modules/@stdlib/stats/base/dists/chisquare/logpdf/lib/native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var addon = require( './../src/addon.node' );
3030
*
3131
* @private
3232
* @param {number} x - input value
33-
* @param {number} k - degrees of freedom
33+
* @param {NonNegativeNumber} k - degrees of freedom
3434
* @returns {number} evaluated logPDF
3535
*
3636
* @example

0 commit comments

Comments
 (0)