fixed small error
This commit is contained in:
@@ -74,7 +74,5 @@ export class Posix {
|
|||||||
|
|
||||||
public static GetCharWeight(char: string): number {
|
public static GetCharWeight(char: string): number {
|
||||||
return this.CharTable[char as keyof typeof this.CharTable];
|
return this.CharTable[char as keyof typeof this.CharTable];
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user