Skip to content

Commit d6f09f4

Browse files
authoredNov 5, 2024··
chore: remove redundant word in comment (#2883)
Signed-off-by: longxiangqiao <[email protected]>
1 parent 15b1c30 commit d6f09f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cli/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ export async function main(argv, options) {
598598
return { sourceText, sourcePath };
599599
}
600600

601-
// Gets all pending imported files from the the backlog
601+
// Gets all pending imported files from the backlog
602602
function getBacklog(paths = []) {
603603
do {
604604
let internalPath = assemblyscript.nextFile(program);

0 commit comments

Comments
 (0)
Please sign in to comment.