Skip to content

Commit

Permalink
Remove bad letter
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam authored and sebjulliand committed Nov 18, 2023
1 parent b7b0c2d commit e4cadb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/CompileTools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ export namespace CompileTools {
if (curlib) ileSetup.currentLibrary = curlib;
}

// Remove any duplicates fromr the library list
// Remove any duplicates from the library list
ileSetup.libraryList = ileSetup.libraryList.filter(Tools.distinct);

let commandString = replaceValues(
Expand Down

0 comments on commit e4cadb6

Please sign in to comment.