We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307b135 commit a0f42a2Copy full SHA for a0f42a2
src/duration.js
@@ -216,7 +216,7 @@ export default class Duration {
216
}
217
218
/**
219
- * Create a Duration from a JavaScript object with keys like 'years' and 'hours.
+ * Create a Duration from a JavaScript object with keys like 'years' and 'hours'.
220
* If this object is empty then a zero milliseconds duration is returned.
221
* @param {Object} obj - the object to create the DateTime from
222
* @param {number} obj.years
0 commit comments