Skip to content

Commit 2f5dad3

Browse files
committed
docs: fix function name
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent dc9774c commit 2f5dad3

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/binomcoeff

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/binomcoeff/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ v = binomcoeff( 5.5, 2 );
116116
```javascript
117117
var discreteUniform = require( '@stdlib/random/array/discrete-uniform' );
118118
var logEachMap = require( '@stdlib/console/log-each-map' );
119-
var binomcoef = require( '@stdlib/math/base/special/binomcoef' );
119+
var binomcoeff = require( '@stdlib/math/base/special/binomcoeff' );
120120

121121
var opts = {
122122
'dtype': 'int32'

0 commit comments

Comments
 (0)