Skip to content

Commit

Permalink
Add better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Aug 8, 2019
1 parent 58166ce commit 350395d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helper/schema/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ type Schema struct {
// Elem represents the element type. For a TypeMap, it must be a *Schema
// with a Type of TypeString, otherwise it may be either a *Schema or a
// *Resource. If it is *Schema, the element type is just a simple value.
// If it is *Resource, the element type is a complex structure.
// If it is *Resource, the element type is a complex structure,
// potentially managed via its own CRUD actions on the API.
Elem interface{}

// The following fields are only set for a TypeList or TypeSet.
Expand Down

0 comments on commit 350395d

Please sign in to comment.