Skip to content

Commit 60330c8

Browse files
jack-dunhammtfishman
authored andcommitted
Improve TODO code comment
1 parent 31c7147 commit 60330c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/abstractdatagraph.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ function NamedGraphs.induced_subgraph_from_vertices(graph::AbstractDataGraph, su
390390
end
391391
end
392392

393-
# copyto!(subgraph, graph)
393+
# TODO: It would be nice to have `copyto!(subgraph, graph)` do the above.
394394

395395
return subgraph, vlist
396396
end

0 commit comments

Comments
 (0)