Skip to content

Commit 30d1d3b

Browse files
committed
Fix doc example
1 parent f90fb05 commit 30d1d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scenic/primitive/quad.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ defmodule Scenic.Primitive.Quad do
3434
```elixir
3535
graph
3636
|> quad(
37-
{{10, 0}, {20, 40}, {17, 50}, 0, 10}},
37+
{{10, 0}, {20, 40}, {17, 50}, {0, 10}},
3838
stroke: {1, :yellow}
3939
)
4040
```

0 commit comments

Comments
 (0)