Skip to content

Commit

Permalink
dsl: fix the typeName comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
quasilyte authored Jan 15, 2021
1 parent cb8ad4b commit c73ee1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dsl/dsl.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
type typeName = string

0 comments on commit c73ee1c

Please sign in to comment.