Skip to content

Commit 417a55e

Browse files
wolfogredelvh
andauthored
Update models/unit/unit.go
Co-authored-by: delvh <[email protected]>
1 parent 2287504 commit 417a55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/unit/unit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ var (
344344
}
345345
)
346346

347-
// FindUnitTypes give the unit key names and return valid deduplicate units and invalid keys
347+
// FindUnitTypes give the unit key names and return valid unique units and invalid keys
348348
func FindUnitTypes(nameKeys ...string) (res []Type, invalidKeys []string) {
349349
m := map[Type]struct{}{}
350350
for _, key := range nameKeys {

0 commit comments

Comments
 (0)