Skip to content

Commit 912c77b

Browse files
authored
🤖 Merge PR DefinitelyTyped#73230 [iso-3166-2] Fix "alpha 3 codes" typo by @injust
1 parent 1b0246e commit 912c77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/iso-3166-2/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function country(countryCodeOrName: string): CountryInfo | null;
4242

4343
export const data: CountryInfo.Map;
4444

45-
// map of alpha 3 codes to alpha 3 codes
45+
// map of alpha 3 codes to alpha 2 codes
4646
export const codes: {
4747
[alpha3: string]: string;
4848
};

0 commit comments

Comments
 (0)