Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b4bedde

Browse filesBrowse files
tniessenRafaelGSS
authored andcommitted
doc: fix typo in parseArgs default value
Refs: #44631 PR-URL: #45083 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
1 parent e5b1179 commit b4bedde
Copy full SHA for b4bedde

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/util.md‎

Copy file name to clipboardExpand all lines: doc/api/util.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,7 @@ changes:
14071407
* `short` {string} A single character alias for the option.
14081408
* `default` {string | boolean | string\[] | boolean\[]} The default option
14091409
value when it is not set by args. It must be of the same type as the
1410-
the `type` property. When `multiple` is `true`, it must be an array.
1410+
`type` property. When `multiple` is `true`, it must be an array.
14111411
* `strict` {boolean} Should an error be thrown when unknown arguments
14121412
are encountered, or when arguments are passed that do not match the
14131413
`type` configured in `options`.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.