oxford comma
This commit is contained in:
parent
ec9450a262
commit
ea7e922007
|
@ -168,7 +168,7 @@ type Schema struct {
|
||||||
//
|
//
|
||||||
// Elem represents the element type. For a TypeMap, it must be a *Schema
|
// Elem represents the element type. For a TypeMap, it must be a *Schema
|
||||||
// with a Type that is one of the primitives: TypeString, TypeBool,
|
// with a Type that is one of the primitives: TypeString, TypeBool,
|
||||||
// TypeInt or TypeFloat. Otherwise it may be either a *Schema or a
|
// 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.
|
// *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 with its own lifecycle.
|
// potentially with its own lifecycle.
|
||||||
|
|
Loading…
Reference in New Issue