Skip to content

Commit

Permalink
fix typo in godoc of File struct
Browse files Browse the repository at this point in the history
  • Loading branch information
k3forx committed Oct 13, 2022
1 parent 2d8613c commit b529e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jen/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func NewFilePathName(packagePath, packageName string) *File {
}

// File represents a single source file. Package imports are managed
// automaticaly by File.
// automatically by File.
type File struct {
*Group
name string
Expand Down

0 comments on commit b529e4b

Please sign in to comment.