Skip to content

Commit f81afc3

Browse files
author
Liam Cervante
authored
Update map.go
1 parent a654a76 commit f81afc3

File tree

1 file changed

+1
-1
lines changed
  • internal/command/jsonformat/differ

1 file changed

+1
-1
lines changed

internal/command/jsonformat/differ/map.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func (change Change) computeAttributeDiffAsMap(elementType cty.Type) computed.Di
1717
// so we're going to add them back in here.
1818
//
1919
// This only affects attributes and not nested attributes or blocks, so we
20-
// only perform this fix in this function and not the equivalence map
20+
// only perform this fix in this function and not the equivalent map
2121
// functions for nested attributes and blocks.
2222

2323
// There is actually a difference between a null map and an empty map for

0 commit comments

Comments
 (0)