Skip to content

Commit

Permalink
fix: typo in lettermap SZ->HZ
Browse files Browse the repository at this point in the history
  • Loading branch information
tompeterken-os committed Sep 19, 2023
1 parent 8a83eed commit e69fb94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ object BNGIndexSystem extends IndexSystem(StringType) with Serializable {
Seq("NL", "NM", "NN", "NO", "NP", "OL", "OM"),
Seq("NF", "NG", "NH", "NJ", "NK", "OF", "OG"),
Seq("NA", "NB", "NC", "ND", "NE", "OA", "OB"),
Seq("HV", "HW", "HX", "HY", "SZ", "JV", "JW"),
Seq("HV", "HW", "HX", "HY", "HZ", "JV", "JW"),
Seq("HQ", "HR", "HS", "HT", "HU", "JQ", "JR"),
Seq("HL", "HM", "HN", "HO", "HP", "JL", "JM")
)
Expand Down

0 comments on commit e69fb94

Please sign in to comment.