oxford comma

This commit is contained in:
Paul Tyng 2019-03-18 14:16:20 -04:00 committed by GitHub
parent ec9450a262
commit ea7e922007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ type Schema struct {
//
// Elem represents the element type. For a TypeMap, it must be a *Schema
// 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.
// If it is *Resource, the element type is a complex structure,
// potentially with its own lifecycle.