Skip to content

Commit 632aa60

Browse files
committed
docs: fix copy & paste errors
--- 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: passed - 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 5e5d583 commit 632aa60

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# sech
2222

23-
> Compute the [hyperbolic cosecant][hyperbolic-functions] of a double-precision floating-point number.
23+
> Compute the [hyperbolic secant][hyperbolic-functions] of a double-precision floating-point number.
2424
2525
<section class="usage">
2626

@@ -32,7 +32,7 @@ var sech = require( '@stdlib/math/base/special/sech' );
3232

3333
#### sech( x )
3434

35-
Computes the [hyperbolic cosecant][hyperbolic-functions] of a double-precision floating-point number.
35+
Computes the [hyperbolic secant][hyperbolic-functions] of a double-precision floating-point number.
3636

3737
```javascript
3838
var v = sech( 0.0 );
@@ -103,7 +103,7 @@ logEachMap( 'sech(%0.4f) = %0.4f', x, sech );
103103

104104
#### stdlib_base_sech( x )
105105

106-
Computes the [hyperbolic cosecant][hyperbolic-functions] of double-precision floating-point number.
106+
Computes the [hyperbolic secant][hyperbolic-functions] of double-precision floating-point number.
107107

108108
```c
109109
double out = stdlib_base_sech( 2.0 );

lib/node_modules/@stdlib/math/base/special/sech/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"sec",
6060
"sech",
6161
"secant",
62-
"math.cosh",
62+
"math.sech",
6363
"cos",
6464
"cosine",
6565
"hyperbolic",

0 commit comments

Comments
 (0)