Skip to content

Commit 1a23e0f

Browse files
authored
fix: use correct dtype kind
Signed-off-by: Athan <kgryte@gmail.com>
1 parent b3d8a77 commit 1a23e0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/midrange/docs/types

lib/node_modules/@stdlib/stats/midrange/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/// <reference types="@stdlib/types"/>
2222

2323
import { ArrayLike } from '@stdlib/types/array';
24-
import { RealAndGenericDataType as DataType, typedndarray } from '@stdlib/types/ndarray';
24+
import { RealFloatingPointAndGenericDataType as DataType, typedndarray } from '@stdlib/types/ndarray';
2525

2626
/**
2727
* Input array.

0 commit comments

Comments
 (0)