Skip to content

Commit 54cb7ed

Browse files
authored
backport: PR 5192 : clarify order of bounds
1 parent 30da65f commit 54cb7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ const _examples = PlotExample[
593593
"Ribbons",
594594
"""
595595
Ribbons can be added to lines via the `ribbon` keyword;
596-
you can pass a tuple of arrays (upper and lower bounds),
596+
you can pass a tuple of arrays (lower and upper bounds, in this order),
597597
a single Array (for symmetric ribbons), a Function, or a number.
598598
""",
599599
quote

0 commit comments

Comments
 (0)