Skip to content

Commit 3db0f7b

Browse files
committed
chore(schemas): refine version_removed description
1 parent f3bb024 commit 3db0f7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

schemas/compat-data-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ This is the only mandatory property and it is `false` or contains a string with
305305

306306
#### `version_removed`
307307

308-
Contains a string with the version number the subfeature was removed in. If the feature has not been removed from the browser, this property is omitted, rather than being set to `false`.
308+
This optional property contains a string with the version number when the subfeature ceased to be supported. If the feature has not been removed from the browser, this property is omitted.
309309

310310
Examples:
311311

schemas/public.schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ This is the only mandatory property and it is `false` or contains a string with
193193

194194
#### `version_removed`
195195

196-
Contains a string with the version number the subfeature was removed in. If the feature has not been removed from the browser, this property is omitted. When `version_removed` is present, `version_last` is always present as well.
196+
This optional property contains a string with the version number when the subfeature ceased to be supported. If the feature has not been removed from the browser, this property is omitted.
197197

198198
Example:
199199

0 commit comments

Comments
 (0)