Skip to content

Commit 0e90c7b

Browse files
committed
Fix a comment typo.
1 parent b332a1a commit 0e90c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const usage = `Usage:
1212

1313
async function main(): Promise<void> {
1414
// Expected argv is `node path/to/index.js $url`. If $url is "-" or there are
15-
// arguments, read from STDIN.
15+
// no arguments, read from STDIN.
1616
let inputs: AsyncIterable<string>
1717
if (
1818
process.argv.length < 3 ||

0 commit comments

Comments
 (0)