formatter.go: typeName() renamed as TypeName()

This commit is contained in:
2024-06-10 09:37:27 +02:00
parent 54041552d4
commit 1757298eb4
9 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ func evalBuiltin(ctx ExprContext, self *term) (v any, err error) {
break
}
} else {
err = self.Errorf("expected string at item nr %d, got %s", it.Index()+1, typeName(moduleSpec))
err = self.Errorf("expected string at item nr %d, got %s", it.Index()+1, TypeName(moduleSpec))
break
}
}