Skip to content

Commit

Permalink
Merge pull request #1434 from Kurisu-public/master
Browse files Browse the repository at this point in the history
fix: fix a comment error
Former-commit-id: 7661fa9f3bff1edde8e22dd26cce49c5ce757d60
  • Loading branch information
kataras authored Jan 28, 2020
2 parents fa232ae + 714c123 commit e04ea83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hero/func_result.go
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ func (r Response) Dispatch(ctx context.Context) {
// wraps the template file name, layout, (any) view data, status code and error.
// It's smart enough to complete the request and send the correct response to the client.
//
// Example at: https://github.com/kataras/iris/blob/master/_examples/hero/overview/web/controllers/hello_controller.go.
// Example at: https://github.com/kataras/iris/blob/master/_examples/hero/overview/web/routes/hello.go.
type View struct {
Name string
Layout string
Expand Down

0 comments on commit e04ea83

Please sign in to comment.