comment updates

This commit is contained in:
John
2020-09-21 22:56:48 +08:00
parent 28b0d59c61
commit 1671391195
2 changed files with 2 additions and 2 deletions

View File

@ -207,7 +207,7 @@ func LoadContentType(dataType string, data interface{}, safe ...bool) (*Json, er
return doLoadContent(dataType, content, safe...)
}
// IsValidDataType checks and returns whether given <dataType> an valid data type for loading.
// IsValidDataType checks and returns whether given <dataType> a valid data type for loading.
func IsValidDataType(dataType string) bool {
if dataType == "" {
return false