Skip to content

Commit

Permalink
Merge pull request #20309 from chanzuckerberg/ryanking/remove_lifecyc…
Browse files Browse the repository at this point in the history
…le_comment

helper/schema: Remove comment about nested schema.Resources having their own lifecycle
  • Loading branch information
radeksimko authored Aug 8, 2019
2 parents a08ad08 + 350395d commit 7861cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/schema/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ type Schema struct {
// TypeInt, or TypeFloat. 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,
// potentially with its own lifecycle.
// 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 7861cc6

Please sign in to comment.