Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Feb 18, 2019
1 parent 03e6178 commit 4c85e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/core.adapters.js
Expand Up @@ -30,8 +30,8 @@ function abstract() {
/** @lends Chart._adapters._date */
module.exports._date = {
/**
* Returns a map of time formats for the supported formatting units.
* This includes all scale tick units defined in Unit as well as 'datetime' used in the tooltip.
* Returns a map of time formats for the supported formatting units defined
* in Unit as well as 'datetime' representing a detailed date/time string.
* @returns {{string: string}}
*/
formats: abstract,
Expand Down

0 comments on commit 4c85e4b

Please sign in to comment.