Skip to content

Commit d001e52

Browse files
SBGoodsansgarm
andauthored
Apply suggestion from @ansgarm
Co-authored-by: Ansgar Mertens <ansgar@hashicorp.com>
1 parent c805480 commit d001e52

File tree

1 file changed

+1
-1
lines changed
  • internal/configs/configschema

1 file changed

+1
-1
lines changed

internal/configs/configschema/path.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func (b *Block) AttributeByPath(path cty.Path) *Attribute {
3535

3636
// BlockByPath looks up the Block schema which corresponds to the given
3737
// cty.Path. A nil value is returned if the given path does not correspond to a
38-
// specific attribute.
38+
// specific block.
3939
func (b *Block) BlockByPath(path cty.Path) *Block {
4040
for i, step := range path {
4141
switch step := step.(type) {

0 commit comments

Comments
 (0)