Skip to content

Commit 57b9ea3

Browse files
committed
Fix isolines docstring
1 parent e4408ce commit 57b9ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contours.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const _DEFAULT_ISOLINE_KWARGS =
2929
Plot the contour lines of the function whose values are represented
3030
by the array (or function) `zs`. If `lift` is true, plot in 3D.
3131
32-
# Example
32+
# Examples
3333
```julia-repl
3434
julia> isolines(0:10, 0:10, (x,y) -> (100 - x^2 + y^2)/10, lift = true)
3535
"""

0 commit comments

Comments
 (0)