Skip to content

Commit 06f1bab

Browse files
committed
build: update descriptions
1 parent 4877282 commit 06f1bab

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/_tools/scaffold/random-array-unary/scripts

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/_tools/scaffold/random-array-unary/scripts/data.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@
264264
"readme_dtype_kind_desc": "real-valued floating-point data type",
265265
"readme_dtype_kind_pkg": "stdlib/array/typed-real-float-dtypes",
266266

267-
"repl_text_main_desc": "Returns an array containing pseudorandom numbers drawn from a Student'\\''s t distribution.",
268-
"repl_text_assign_desc": "Fills an array with pseudorandom numbers drawn from a Student'\\''s t distribution.",
269-
"repl_text_factory_desc": "Returns a function for creating arrays containing pseudorandom numbers drawn from a Student'\\''s t distribution.",
267+
"repl_text_main_desc": "Returns an array containing pseudorandom numbers drawn from a Student'\\''s t-distribution.",
268+
"repl_text_assign_desc": "Fills an array with pseudorandom numbers drawn from a Student'\\''s t-distribution.",
269+
"repl_text_factory_desc": "Returns a function for creating arrays containing pseudorandom numbers drawn from a Student'\\''s t-distribution.",
270270
"repl_text_param_1_desc": "Degrees of freedom.",
271271
"repl_text_output_typed_arrays": "Float64Array|Float32Array",
272272
"keywords": "normal,gaussian,t,student,continuous"

0 commit comments

Comments
 (0)