We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20a268 commit 08f7a72Copy full SHA for 08f7a72
lib/scenic/graph.ex
@@ -508,7 +508,7 @@ defmodule Scenic.Graph do
508
end
509
510
511
- @spec modify(graph :: Graph.t(), id :: any, action :: function) :: Graph.t()
+ @spec modify(graph :: Graph.t(), id :: any, action :: (... -> Primitive.t())) :: Graph.t()
512
def modify(graph, id, action)
513
514
# pass in an atom based id, and it will transform all mapped uids
0 commit comments