File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ defmodule Scenic.Graph do
4141
4242 The empty graph that is returned from `build()` is then passed to `text(...)`, which
4343 adds a text primitive to the root group. The resulting graph from that call is then
44- passed again into the `group(...)` call. This creates a new group and has calls an
44+ passed again into the `group(...)` call. This creates a new group and then calls an
4545 anonymous function that you can use to add primitives to the newly created group.
4646
4747 Notice that the anonymous "builder" function receives a graph as its only parameter.
@@ -166,7 +166,7 @@ defmodule Scenic.Graph do
166166 @ err_msg_put "Graph.put can only update existing items."
167167 @ err_msg_get_id_one "Graph.get! expected to find one and only one element"
168168
169- # ============================================================================
169+ # ============================================================================
170170 # @doc """
171171 # Returns the root group of a graph as a primitive.
172172 # Deprecated. Use `Graph.get!(graph, :_root_)` instead.
You can’t perform that action at this time.
0 commit comments