Skip to content

Commit e089138

Browse files
committed
Fix parameter
1 parent 7c016e7 commit e089138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/string/format/docs

lib/node_modules/@stdlib/string/format/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
str: string
88
Input string.
99

10-
...args: Array<any>
10+
args: ...any
1111
Variable values.
1212

1313
Returns

0 commit comments

Comments
 (0)