graph: remove typo
This commit is contained in:
parent
4455a6120c
commit
98fd49fccd
|
@ -46,7 +46,7 @@ type GraphOpts struct {
|
|||
}
|
||||
|
||||
// GraphRootNode is the name of the root node in the Terraform resource
|
||||
// graph. This node ispjust a placemarker and has no associated functionality.
|
||||
// graph. This node is just a placemarker and has no associated functionality.
|
||||
const GraphRootNode = "root"
|
||||
|
||||
// GraphNodeResource is a node type in the graph that represents a resource
|
||||
|
|
Loading…
Reference in New Issue