Skip to content

Commit c20a268

Browse files
committed
update_opts only deals in primitives
1 parent 2ed4dba commit c20a268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/scenic/primitives.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -858,9 +858,9 @@ defmodule Scenic.Primitives do
858858
859859
"""
860860
@spec update_opts(
861-
source :: Graph.t() | Primitive.t(),
861+
Primitive.t(),
862862
options :: list
863-
) :: Graph.t() | Primitive.t()
863+
) :: Primitive.t()
864864

865865
def update_opts(p, opts), do: Primitive.put_opts(p, opts)
866866

0 commit comments

Comments
 (0)