Skip to content

Commit 143ae5e

Browse files
committed
Auto-generated commit
1 parent ec7480d commit 143ae5e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,7 @@ jsconfig.json
182182
################
183183
*.sublime-workspace
184184
*.sublime-project
185+
186+
# Other editor files #
187+
######################
188+
.idea/

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ interface FactoryOptions extends PRNGOptions {
7373
*/
7474
interface Options {
7575
/**
76-
* Default output array data type. Default: 'float64'.
76+
* Output array data type.
7777
*/
7878
dtype?: DataType;
7979
}

0 commit comments

Comments
 (0)