Skip to content

Commit 3cbae05

Browse files
committed
Fix descriptions
1 parent bc78230 commit 3cbae05

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/random/streams/discrete-uniform/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/random/streams/discrete-uniform/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ declare class RandomStream extends Readable {
8989
* @param a - minimum support
9090
* @param b - maximum support
9191
* @param options - stream options
92-
* @throws `a` must be less than `b`
92+
* @throws `a` must be less than or equal to `b`
9393
* @throws must provide valid options
9494
* @throws must provide a valid state
9595
* @returns stream instance

0 commit comments

Comments
 (0)