Add Comments

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2024-01-13 22:22:47 +00:00
parent 04e8bdd7ae
commit 8f26218ef2
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ function fixErrantTiplocs(input: string[]): void {
if (value === "RDNG4AB") { if (value === "RDNG4AB") {
array[index] = "RDNGSTN"; array[index] = "RDNGSTN";
} }
// Additional substitutions can be applied here
}); });
} }