Skip to content

Commit

Permalink
Change 'excepts' to 'expects'
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Dec 18, 2018
1 parent d464ba2 commit d938072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/controller.polarArea.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ module.exports = DatasetController.extend({
me._updateRadius();

meta.count = me.countVisibleElements();
start -= Math.PI / 2.0; // radialLinear scale excepts 0 to be at top
start -= Math.PI / 2.0; // radialLinear scale expects 0 to be at top

for (i = 0, ilen = dataset.data.length; i < ilen; i++) {
starts[i] = start;
Expand Down

0 comments on commit d938072

Please sign in to comment.