File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
min-signed-integer-dtype/docs/types
min-unsigned-integer-dtype/docs/types Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<section class =" release " id =" unreleased " >
6
6
7
- ## Unreleased (2024-12-15 )
7
+ ## Unreleased (2024-12-16 )
8
8
9
9
<section class =" packages " >
10
10
@@ -386,6 +386,8 @@ A total of 3 people contributed to this release. Thank you to the following cont
386
386
387
387
<details >
388
388
389
+ - [ ` 58f02bf ` ] ( https://github.com/stdlib-js/stdlib/commit/58f02bf605d6879cd80152f11f913451df2ad494 ) - ** docs:** fix comment _ (by Athan Reines)_
390
+ - [ ` baffefb ` ] ( https://github.com/stdlib-js/stdlib/commit/baffefb25177147fa3bafa5c1d0562a7528d5054 ) - ** docs:** fix comment _ (by Athan Reines)_
389
391
- [ ` 0546f39 ` ] ( https://github.com/stdlib-js/stdlib/commit/0546f395abecb502fd703aa364e758bd733cd18e ) - ** docs:** disable lint rule _ (by Athan Reines)_
390
392
- [ ` 5079aa3 ` ] ( https://github.com/stdlib-js/stdlib/commit/5079aa30f3aa11908c78aac6750b4272852dbb4d ) - ** docs:** disable lint rule _ (by Athan Reines)_
391
393
- [ ` e81185b ` ] ( https://github.com/stdlib-js/stdlib/commit/e81185b4a0fa3537ab4a8a16644b7fa90bb184a3 ) - ** refactor:** rely on ` ndarray/to-fancy ` for implementation logic _ (by Athan Reines)_
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import minSignedIntegerDataType = require( './index' );
21
21
22
22
// TESTS //
23
23
24
- // The function returns a data type..
24
+ // The function returns a data type...
25
25
{
26
26
minSignedIntegerDataType ( 2 ) ; // $ExpectType DataType
27
27
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import minUnsignedIntegerDataType = require( './index' );
21
21
22
22
// TESTS //
23
23
24
- // The function returns a data type..
24
+ // The function returns a data type...
25
25
{
26
26
minUnsignedIntegerDataType ( 2 ) ; // $ExpectType DataType
27
27
}
You can’t perform that action at this time.
0 commit comments