Skip to content

Commit 3857ec9

Browse files
authored
edit error type description
I think in the description this "array" should be "data" to match the options listed in values above
1 parent 46f4cfc commit 3857ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/errorbars/attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = {
3535
'If *sqrt*, the bar lengths correspond to the sqaure of the',
3636
'underlying data.',
3737

38-
'If *array*, the bar lengths are set with data set `array`.'
38+
'If *data*, the bar lengths are set with data set `array`.'
3939
].join(' ')
4040
},
4141
symmetric: {

0 commit comments

Comments
 (0)