Skip to content

Commit

Permalink
fix: because typo
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill authored Aug 21, 2023
1 parent 54879c4 commit 2205ccb
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 2205ccb

Please sign in to comment.