You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/array/convert-same/README.md
+5-18
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
@license Apache-2.0
4
4
5
-
Copyright (c) 2018 The Stdlib Authors.
5
+
Copyright (c) 2024 The Stdlib Authors.
6
6
7
7
Licensed under the Apache License, Version 2.0 (the "License");
8
8
you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@ limitations under the License.
20
20
21
21
# convertSame
22
22
23
-
> Convert an array to the same data type as a second input array.
23
+
> Convert an array to the same [data type][@stdlib/array/dtypes] as a second input array.
24
24
25
25
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
26
26
@@ -42,7 +42,7 @@ var convertSame = require( '@stdlib/array/convert-same' );
42
42
43
43
#### convertSame( x, y )
44
44
45
-
Converts an array to the same data type as a second input array.
45
+
Converts an array to the same [data type][@stdlib/array/dtypes] as a second input array.
0 commit comments