Skip to content

Commit 2cf1a24

Browse files
stdlib-botkgryte
andauthored
docs: update namespace TypeScript declarations
PR-URL: #2582 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Signed-off-by: stdlib-bot <[email protected]>
1 parent b184238 commit 2cf1a24

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ interface Namespace {
817817
*
818818
* ## Notes
819819
*
820-
* - The function does *not* provide precision guarantees for non-integer-valued real numbers. In other words, the function returns the smallest possible floating-point (i.e., inexact) data type for storing numbers having decimals.
820+
* - The function does *not* provide precision guarantees for non-integer-valued numbers. In other words, the function returns the smallest possible floating-point (i.e., inexact) data type for storing numbers having decimals.
821821
*
822822
* @param value - scalar value
823823
* @returns array data type

0 commit comments

Comments
 (0)