Skip to content

Commit 74ac6cc

Browse files
committed
fix: comment typo
1 parent c8cabe7 commit 74ac6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/migration/omniscript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ export class OmniScriptMigrationTool extends BaseMigrationTool implements Migrat
650650
}
651651

652652
private cleanLanguageName(language: string): string {
653-
// replace -, ( and ) and space with _
653+
// replace -, ( and ) and space with ''
654654
return language.replace(/[-() ]/g, '');
655655
}
656656

0 commit comments

Comments
 (0)