We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4949f48 commit 5aadf0bCopy full SHA for 5aadf0b
1 file changed
wit/type.go
@@ -71,7 +71,7 @@ func ParseType(s string) (Type, error) {
71
case "string":
72
return String{}, nil
73
case "error-context":
74
- return &ErrorContext{}, nil
+ return ErrorContext{}, nil
75
}
76
return nil, fmt.Errorf("unknown primitive type %q", s)
77
0 commit comments