mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update comment for this transformer
Remove extra word and add link to Wikipedia article
This commit is contained in:
parent
20e9d8e28c
commit
4ca508294c
@ -1,8 +1,8 @@
|
||||
package terraform
|
||||
|
||||
// TransitiveReductionTransformer is a GraphTransformer that performs
|
||||
// TransitiveReductionTransformer is a GraphTransformer that
|
||||
// finds the transitive reduction of the graph. For a definition of
|
||||
// transitive reduction, see Wikipedia.
|
||||
// transitive reduction, see [Wikipedia](https://en.wikipedia.org/wiki/Transitive_reduction).
|
||||
type TransitiveReductionTransformer struct{}
|
||||
|
||||
func (t *TransitiveReductionTransformer) Transform(g *Graph) error {
|
||||
|
Loading…
Reference in New Issue
Block a user