Skip to content

Commit f9acf9f

Browse files
committed
chore: fix lint error
--- 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: na - task: lint_package_json status: na - task: lint_repl_help status: passed - 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 80f1008 commit f9acf9f

File tree

1 file changed

+4
-3
lines changed
  • lib/node_modules/@stdlib/math/base/special/minmaxf/docs

1 file changed

+4
-3
lines changed

lib/node_modules/@stdlib/math/base/special/minmaxf/docs/repl.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
{{alias}}( x, y )
3-
Returns the minimum and maximum of two single-precision floating-point numbers.
3+
Returns the minimum and maximum of two single-precision floating-point
4+
numbers.
45

56
If any argument is `NaN`, the function returns `NaN` for both the minimum
67
and maximum values.
@@ -29,8 +30,8 @@
2930

3031

3132
{{alias}}.assign( x, y, out, stride, offset )
32-
Returns the minimum and maximum of two single-precision floating-point numbers and assigns results to a provided
33-
output array.
33+
Returns the minimum and maximum of two single-precision floating-point
34+
numbers and assigns results to a provided output array.
3435

3536
If any argument is `NaN`, the function returns `NaN` for both the minimum
3637
and maximum values.

0 commit comments

Comments
 (0)