Remove duplicate words

This commit is contained in:
xichengliudui
2018-10-15 15:55:49 -04:00
parent 5442f9d482
commit e394482373
4 changed files with 4 additions and 4 deletions

View File

@@ -116,5 +116,5 @@ func (v *ElementBuildingVisitor) getItem(s proto.Schema, name string, data apply
},
}, nil
}
return nil, fmt.Errorf("unsupported type type %v", kind)
return nil, fmt.Errorf("unsupported type %v", kind)
}