Skip to content

Commit

Permalink
Merge pull request #97 from k3forx/fix-typo-in-godoc
Browse files Browse the repository at this point in the history
fix typo in godoc of File struct
  • Loading branch information
dave committed Oct 13, 2022
2 parents 2d8613c + b529e4b commit 99e8486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jen/file.go
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 99e8486

Please sign in to comment.