Skip to content

Commit 4c85e4b

Browse files
committed
Update comment
1 parent 03e6178 commit 4c85e4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/core.adapters.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ function abstract() {
3030
/** @lends Chart._adapters._date */
3131
module.exports._date = {
3232
/**
33-
* Returns a map of time formats for the supported formatting units.
34-
* This includes all scale tick units defined in Unit as well as 'datetime' used in the tooltip.
33+
* Returns a map of time formats for the supported formatting units defined
34+
* in Unit as well as 'datetime' representing a detailed date/time string.
3535
* @returns {{string: string}}
3636
*/
3737
formats: abstract,

0 commit comments

Comments
 (0)