Skip to content

Commit a9d0bca

Browse files
authored
Merge pull request #303 from rkenzhebekov/master
Fix doc example
2 parents f90fb05 + 30d1d3b commit a9d0bca

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)