Skip to content

Commit

Permalink
fix: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
54m committed Dec 9, 2022
1 parent 34ce17e commit 63be6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/types.go
Expand Up @@ -31,7 +31,7 @@ func (c *Common) GetPosition() *token.Position {
return c.Position
}

// Type interface represents all TypeScript types handled by go2ts
// Type interface represents all TypeScript types handled by go-easyparser
type Type interface {
SetPackageName(pkgName string)
GetPackageName() string
Expand Down

0 comments on commit 63be6d3

Please sign in to comment.