Skip to content

Commit

Permalink
Fix misprint
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikhors committed May 23, 2022
1 parent 0cce554 commit 15e353e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/generated!.gotpl
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
func sourceData(filename string) string {
data, err := sourcesFS.ReadFile(filename)
if err != nil {
panic(fmt.Sprintf("codegen problem: %s not availalbe", filename))
panic(fmt.Sprintf("codegen problem: %s not available", filename))
}
return string(data)
}
Expand Down

0 comments on commit 15e353e

Please sign in to comment.