Skip to content

Commit 0782613

Browse files
authored
style: remove line break
Signed-off-by: Athan <kgryte@gmail.com>
1 parent a11d318 commit 0782613

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/smskrange/docs/types

lib/node_modules/@stdlib/stats/base/ndarray/smskrange/docs/types/index.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
import { ndarray } from '@stdlib/types/ndarray';
2424

2525
/**
26-
* Calculates the range of a one-dimensional single-precision floating-point
27-
* ndarray according to a mask.
26+
* Calculates the range of a one-dimensional single-precision floating-point ndarray according to a mask.
2827
*
2928
* @param arrays - array-like object containing an input ndarray and a mask ndarray
3029
* @returns range

0 commit comments

Comments
 (0)