Skip to content

Commit 2f2ada7

Browse files
authored
docs: fix desc
Signed-off-by: Athan <[email protected]>
1 parent ae73ca9 commit 2f2ada7

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/array/maxsorted/docs/types

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { NumericArray, Collection, AccessorArrayLike } from '@stdlib/types/array
2828
type InputArray = NumericArray | Collection<number> | AccessorArrayLike<number>;
2929

3030
/**
31-
* Computes the maximum value of an sorted array.
31+
* Computes the maximum value of a sorted array.
3232
*
3333
* @param x - input array
3434
* @returns maximum value

0 commit comments

Comments
 (0)