Skip to content

Commit 5742c22

Browse files
authored
Update internal/providers/provider.go
1 parent 81b44cf commit 5742c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: internal/providers/provider.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ type GetProviderSchemaResponse struct {
142142
// prefix) to the declaration of a function.
143143
Functions map[string]FunctionDecl
144144

145-
// Backends maps the backend type name to that type's schema.
145+
// StateStoreSchemas maps the backend type name to that type's schema.
146146
StateStoreSchemas map[string]Schema
147147

148148
// Diagnostics contains any warnings or errors from the method call.

0 commit comments

Comments
 (0)