Skip to content

Commit

Permalink
chore: remove redundant word in comment
Browse files Browse the repository at this point in the history
Signed-off-by: longxiangqiao <[email protected]>
  • Loading branch information
longxiangqiao committed Nov 5, 2024
1 parent 15b1c30 commit f0528a6
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 f0528a6

Please sign in to comment.