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
41
41
42
42
The empty graph that is returned from `build()` is then passed to `text(...)`, which
43
43
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
45
45
anonymous function that you can use to add primitives to the newly created group.
46
46
47
47
Notice that the anonymous "builder" function receives a graph as its only parameter.
@@ -166,7 +166,7 @@ defmodule Scenic.Graph do
166
166
@ err_msg_put "Graph.put can only update existing items."
167
167
@ err_msg_get_id_one "Graph.get! expected to find one and only one element"
168
168
169
- # ============================================================================
169
+ # ============================================================================
170
170
# @doc """
171
171
# Returns the root group of a graph as a primitive.
172
172
# Deprecated. Use `Graph.get!(graph, :_root_)` instead.
You can’t perform that action at this time.
0 commit comments