Skip to content

Commit ded8f29

Browse files
committed
fix doc
1 parent 39351f4 commit ded8f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scenic/primitive/style/paint/radial_gradient.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defmodule Scenic.Primitive.Style.Paint.RadialGradient do
1616
1717
```elixir
1818
Graph.build()
19-
|> rect( {100, 50}, fill: {:linear, {50, 25, 10, 45, :blue, :yellow}} )
19+
|> rect( {100, 50}, fill: {:radial, {50, 25, 10, 45, :blue, :yellow}} )
2020
```
2121
"""
2222

0 commit comments

Comments
 (0)