Skip to content

Commit 5f8ad46

Browse files
committed
Fix typo in doc
1 parent c4d163a commit 5f8ad46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/values/TimeValue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var PARENT = dv.DataValue;
1717
* @param {Object} [options]
1818
* @param {string} [options.calendarModel=dataValues.TimeValue.CALENDARS.GREGORIAN.uri]
1919
* Wikidata URL of the calendar model.
20-
* @param {number} [options.precision=dataValues.TimeValue.PRECISION.DAY]
20+
* @param {number} [options.precision=dataValues.TimeValue.PRECISIONS.DAY]
2121
* @param {number} [options.before=0]
2222
* @param {number} [options.after=0]
2323
* @param {number} [options.timezone=0]

0 commit comments

Comments
 (0)