[#794] fixed comment typos

This commit is contained in:
Jan Lauber
2022-10-17 19:17:44 +02:00
committed by GitHub
parent 6385c5e646
commit 9cbb2e750e
11 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ func (f SchemaField) Validate() error {
// init field options (if not already)
f.InitOptions()
// add commonly used filter literals to the exlude names list
// add commonly used filter literals to the exclude names list
excludeNames := ReservedFieldNames()
excludeNames = append(excludeNames, "null", "true", "false")