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 Jan 17, 2024
1 parent 350c090 commit 9874039
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion is-same-complex128array/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.

# isSameComplex128Array

> Test if two arguments both [Complex128Arrays][@stdlib/array/complex128] and have the [same values][@stdlib/assert/is-same-value].
> Test if two arguments are both [Complex128Arrays][@stdlib/array/complex128] and have the [same values][@stdlib/assert/is-same-value].
<section class="usage">

Expand Down
2 changes: 1 addition & 1 deletion is-same-float32array/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.

# isSameFloat32Array

> Test if two arguments both [Float32Arrays][@stdlib/array/float32] and have the [same values][@stdlib/assert/is-same-value].
> Test if two arguments are both [Float32Arrays][@stdlib/array/float32] and have the [same values][@stdlib/assert/is-same-value].
<section class="usage">

Expand Down
2 changes: 1 addition & 1 deletion is-same-float64array/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.

# isSameFloat64Array

> Test if two arguments both [Float64Arrays][@stdlib/array/float64] and have the [same values][@stdlib/assert/is-same-value].
> Test if two arguments are both [Float64Arrays][@stdlib/array/float64] and have the [same values][@stdlib/assert/is-same-value].
<section class="usage">

Expand Down

0 comments on commit 9874039

Please sign in to comment.