Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed May 26, 2024
1 parent d6cadd3 commit 7026a7d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions is-complex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ out = isComplex( null );

<section class="links">

[@stdlib/complex/float64/ctor]: https://github.com/stdlib-js/complex-float64
[@stdlib/complex/float64/ctor]: https://github.com/stdlib-js/complex-float64-ctor

[@stdlib/complex/float32/ctor]: https://github.com/stdlib-js/complex-float32
[@stdlib/complex/float32/ctor]: https://github.com/stdlib-js/complex-float32-ctor

<!-- <related-links> -->

Expand Down
2 changes: 1 addition & 1 deletion is-complex128/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ out = isComplex128( null );

<section class="links">

[@stdlib/complex/float64/ctor]: https://github.com/stdlib-js/complex-float64
[@stdlib/complex/float64/ctor]: https://github.com/stdlib-js/complex-float64-ctor

<!-- <related-links> -->

Expand Down
2 changes: 1 addition & 1 deletion is-complex64/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ out = isComplex64( null );

<section class="links">

[@stdlib/complex/float32/ctor]: https://github.com/stdlib-js/complex-float32
[@stdlib/complex/float32/ctor]: https://github.com/stdlib-js/complex-float32-ctor

<!-- <related-links> -->

Expand Down
2 changes: 1 addition & 1 deletion is-same-complex128/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ out = isSameComplex128( x, y );

<section class="links">

[@stdlib/complex/float64/ctor]: https://github.com/stdlib-js/complex-float64
[@stdlib/complex/float64/ctor]: https://github.com/stdlib-js/complex-float64-ctor

[@stdlib/assert/is-same-value]: https://github.com/stdlib-js/assert/tree/main/is-same-value

Expand Down
2 changes: 1 addition & 1 deletion is-same-complex64/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ out = isSameComplex64( x, y );

<section class="links">

[@stdlib/complex/float32/ctor]: https://github.com/stdlib-js/complex-float32
[@stdlib/complex/float32/ctor]: https://github.com/stdlib-js/complex-float32-ctor

[@stdlib/assert/is-same-value]: https://github.com/stdlib-js/assert/tree/main/is-same-value

Expand Down

0 comments on commit 7026a7d

Please sign in to comment.