0
0
Fork 0

fixed typo in comment

This commit is contained in:
slavikm 2016-01-12 11:31:53 -08:00
parent 680be52f87
commit c4f9828b78
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ func NewDateTimeFieldMapping() *FieldMapping {
}
}
// NewBooleanFieldMapping returns a default field mapping for dates
// NewBooleanFieldMapping returns a default field mapping for booleans
func NewBooleanFieldMapping() *FieldMapping {
return &FieldMapping{
Type: "boolean",