From 714c12374d870b4656910afa543693b150e76c91 Mon Sep 17 00:00:00 2001 From: Amatist_kurisu Date: Tue, 28 Jan 2020 16:37:22 +0800 Subject: [PATCH] fix: fix a comment error Former-commit-id: 9245f027c77b270b62ff64d0d142e5ca802f86e8 --- hero/func_result.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hero/func_result.go b/hero/func_result.go index 031a3a5c..4e036bc2 100644 --- a/hero/func_result.go +++ b/hero/func_result.go @@ -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