Skip to content

Commit

Permalink
Merge pull request #112 from testwill/typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dave authored Aug 21, 2023
2 parents 54879c4 + 2205ccb commit 3f94e7e
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 @@ -157,7 +157,7 @@ func (f *File) isDotImport(path string) bool {
func (f *File) register(path string) string {
if f.isLocal(path) {
// notest
// should never get here becasue in Qual the packageToken will be null,
// should never get here because in Qual the packageToken will be null,
// so render will never be called.
return ""
}
Expand Down

0 comments on commit 3f94e7e

Please sign in to comment.