Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwelin committed Feb 10, 2020
1 parent 2b91d05 commit 21f9fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmpl-languages.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ type helloWorld struct {
func handler(ctx context.Context) (Response, error) {
msg := helloWorld{Msg: "hwllo world"}
msg := helloWorld{Msg: "hello world"}
resp, err := json.Marshal(msg)
if err != nil {
return Response{StatusCode: 500}, err
Expand Down

0 comments on commit 21f9fd8

Please sign in to comment.