diff --git a/dsl/dsl.go b/dsl/dsl.go index 99271f95..1a4b0743 100644 --- a/dsl/dsl.go +++ b/dsl/dsl.go @@ -165,10 +165,10 @@ func (File) Imports(path string) bool { return boolResult } // // A type name can be: // - builtin type name: `error`, `string`, etc. -// - qualified name from a standard library: `io.Reader`, etc. +// - qualified name from a standard library: `io.Reader`, etc. // - fully-qualified type name, like `github.com/username/pkgname.TypeName` // // typeName is also affected by a local import table, which can override // how qualified names are interpreted. // See `Matcher.Import` for more info. -type typeName = string \ No newline at end of file +type typeName = string