aboutsummaryrefslogtreecommitdiff
path: root/src/definitions
diff options
context:
space:
mode:
Diffstat (limited to 'src/definitions')
-rw-r--r--src/definitions/location.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/definitions/location.ts b/src/definitions/location.ts
index 9af95fc2..b8e7ebab 100644
--- a/src/definitions/location.ts
+++ b/src/definitions/location.ts
@@ -72,7 +72,7 @@ export type LocationDefinition = LocaleEntry<{
direction_abbr: string[];
/**
- * The pattern used to generate building numbers.
+ * The pattern used to generate building numbers. Since building numbers rarely start with 0, any consecutive # characters will be replaced by a number without a leading zero.
*/
building_number: string[];
@@ -112,7 +112,7 @@ export type LocationDefinition = LocaleEntry<{
};
/**
- * The address "inside" an address/e.g. an apartment or office.
+ * The address "inside" an address/e.g. an apartment or office. Since these rarely start with 0, any consecutive # characters will be replaced by a number without a leading zero.
*/
secondary_address: string[];