Skip to content

Commit

Permalink
Update comment per code review
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrunel committed Jan 29, 2019
1 parent 445cf19 commit 104991b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/core.controller.js
Expand Up @@ -36,8 +36,8 @@ defaults._set('global', {
});

/**
* Recursively merge the given config objects as the `scales` options by
* incorporating scale defaults in `xAxes` and `yAxes` array items, then
* Recursively merge the given config objects representing the `scales` option
* by incorporating scale defaults in `xAxes` and `yAxes` array items, then
* returns a deep copy of the result, thus doesn't alter inputs.
*/
function mergeScaleConfig(/* config objects ... */) {
Expand Down

0 comments on commit 104991b

Please sign in to comment.