Skip to content

Commit

Permalink
fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Aug 3, 2018
1 parent 44b7677 commit e236038
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/traces/histogram/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/**
* Histogram has its own attribute, defaults and calc steps,
* but uses bar's plot to display
* and bar's crossTraceCalc (formally known as setPositions) for stacking and grouping
* and bar's crossTraceCalc (formerly known as setPositions) for stacking and grouping
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions test/jasmine/tests/bar_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ describe('Bar.supplyDefaults', function() {
});
});

describe('bar calc / crossTraceCalc (formally known as setPositions)', function() {
describe('bar calc / crossTraceCalc (formerly known as setPositions)', function() {
'use strict';

it('should fill in calc pt fields (stack case)', function() {
Expand Down Expand Up @@ -337,7 +337,7 @@ describe('Bar.calc', function() {
});
});

describe('Bar.crossTraceCalc (formally known as setPositions)', function() {
describe('Bar.crossTraceCalc (formerly known as setPositions)', function() {
'use strict';

it('should guard against invalid offset items', function() {
Expand Down

0 comments on commit e236038

Please sign in to comment.