Skip to content

Commit

Permalink
chore: remove redundant word in comment (#2883)
Browse files Browse the repository at this point in the history
Signed-off-by: longxiangqiao <longxiangqiao@qq.com>
  • Loading branch information
longxiangqiao authored Nov 5, 2024
1 parent 15b1c30 commit d6f09f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ export async function main(argv, options) {
return { sourceText, sourcePath };
}

// Gets all pending imported files from the the backlog
// Gets all pending imported files from the backlog
function getBacklog(paths = []) {
do {
let internalPath = assemblyscript.nextFile(program);
Expand Down

0 comments on commit d6f09f4

Please sign in to comment.