Skip to content

Commit 02944a6

Browse files
michaelficarradanielleadams
authored andcommitted
doc: fix typo in util.parseArgs usage example
PR-URL: #43332 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]>
1 parent f2bc6a3 commit 02944a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/util.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ const {
10941094
positionals
10951095
} = parseArgs({ args, options });
10961096
console.log(values, positionals);
1097-
// Prints: [Object: null prototype] { foo: true, bar: 'b' } []ss
1097+
// Prints: [Object: null prototype] { foo: true, bar: 'b' } []
10981098
```
10991099

11001100
`util.parseArgs` is experimental and behavior may change. Join the

0 commit comments

Comments
 (0)