Skip to content

Commit 184e211

Browse files
committed
πŸ‘Œ Clarify overwritten field description
1 parent ae6d7c3 commit 184e211

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€Žlib/cjs/generated/telemetry.d.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ export interface AddViewLoadingTime {
846846
*/
847847
no_active_view?: boolean;
848848
/**
849-
* Whether the loading time was overwritten
849+
* Whether this call overwrote a previously set loading time
850850
*/
851851
overwritten: boolean;
852852
[k: string]: unknown;

β€Žlib/esm/generated/telemetry.d.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ export interface AddViewLoadingTime {
846846
*/
847847
no_active_view?: boolean;
848848
/**
849-
* Whether the loading time was overwritten
849+
* Whether this call overwrote a previously set loading time
850850
*/
851851
overwritten: boolean;
852852
[k: string]: unknown;

β€Žschemas/telemetry/usage/common-features-schema.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
},
332332
"overwritten": {
333333
"type": "boolean",
334-
"description": "Whether the loading time was overwritten"
334+
"description": "Whether this call overwrote a previously set loading time"
335335
}
336336
}
337337
}

0 commit comments

Comments
Β (0)