Skip to content

Commit ef1979b

Browse files
committed
correct comment
1 parent 2bc8420 commit ef1979b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/axes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ var axisIds = require('./axis_ids');
5959
var idSort = axisIds.idSort;
6060
var isLinked = axisIds.isLinked;
6161

62-
// tight coupling to chart studio so should generally not be expanded.
62+
// tight coupling to chart studio
6363
axes.id2name = axisIds.id2name;
6464
axes.name2id = axisIds.name2id;
6565
axes.cleanId = axisIds.cleanId;

0 commit comments

Comments
 (0)