Skip to content

Commit 7cb1d3a

Browse files
committed
Comment fix
1 parent 35aa16c commit 7cb1d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/common/autogen/customtype/object.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
- Schema definition:
2020
"sample_nested_object": schema.SingleNestedAttribute{
2121
...
22-
CustomType: customtype.NewObjectType[TFStreamConfigModel](ctx),
22+
CustomType: customtype.NewObjectType[TFSampleNestedObjectModel](ctx),
2323
Attributes: map[string]schema.Attribute{
2424
"string_attribute": schema.StringAttribute{...},
2525
},

0 commit comments

Comments
 (0)