Skip to content

Commit c68dd34

Browse files
authored
fixing typo
1 parent cb63ba5 commit c68dd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/examples_error_bars_bands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dataset("barley") |>
5050
color={value=:black}
5151
) +
5252
@vlplot(
53-
mark={:rule, extend=:stdev},
53+
mark={:errorbar, extend=:stdev},
5454
x={:yield, title="Barley Yield"}
5555
)
5656
```

0 commit comments

Comments
 (0)