Skip to content

Commit 2b498fe

Browse files
michaelficarratargos
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 8bd2f4e commit 2b498fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/util.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ const {
10881088
positionals
10891089
} = parseArgs({ args, options });
10901090
console.log(values, positionals);
1091-
// Prints: [Object: null prototype] { foo: true, bar: 'b' } []ss
1091+
// Prints: [Object: null prototype] { foo: true, bar: 'b' } []
10921092
```
10931093

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

0 commit comments

Comments
 (0)