fixed small error

This commit is contained in:
2026-02-12 10:24:59 +01:00
parent aaecba5642
commit 8830b130ad

View File

@@ -74,7 +74,5 @@ export class Posix {
public static GetCharWeight(char: string): number {
return this.CharTable[char as keyof typeof this.CharTable];
}
}