From 3821eb57852ab734b7f35fb030f62952cdf8d280 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 30 Jun 2018 20:51:08 +0900 Subject: [PATCH] Minor change --- docs/new-contributor-task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/new-contributor-task.md b/docs/new-contributor-task.md index 90e59925..c8ceaca2 100644 --- a/docs/new-contributor-task.md +++ b/docs/new-contributor-task.md @@ -15,7 +15,7 @@ import ( "github.com/aerogo/aero" ) -// Get ... +// Get returns the contents of our amazing page. func Get(ctx *aero.Context) string { return ctx.HTML("Hey it's me, foobar!") }