Skip to content
Snippets Groups Projects
Commit 11d7dcc9 authored by Anthony Van de Gejuchte's avatar Anthony Van de Gejuchte Committed by Mike Pennisi
Browse files

Remove duplicate description keys

parent 4ffee35d
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
esid: sec-date.prototype.settime esid: sec-date.prototype.settime
es6id: 20.3.4.27 es6id: 20.3.4.27
description: Behavior when new value exceeds [[DateValue]] limits description: Behavior when new value exceeds [[DateValue]] limits
info: |
info: | info: |
1. Perform ? thisTimeValue(this value). 1. Perform ? thisTimeValue(this value).
2. Let t be ? ToNumber(time). 2. Let t be ? ToNumber(time).
......
...@@ -5,7 +5,6 @@ esid: sec-date.prototype.settime ...@@ -5,7 +5,6 @@ esid: sec-date.prototype.settime
es6id: 20.3.4.27 es6id: 20.3.4.27
description: > description: >
Behavior when the "this" value is a Date object describing an invald date Behavior when the "this" value is a Date object describing an invald date
info: |
info: | info: |
1. Perform ? thisTimeValue(this value). 1. Perform ? thisTimeValue(this value).
2. Let t be ? ToNumber(time). 2. Let t be ? ToNumber(time).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment