aboutsummaryrefslogtreecommitdiff
path: root/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'server.go')
-rw-r--r--server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.go b/server.go
index 17018c1..5da0266 100644
--- a/server.go
+++ b/server.go
@@ -246,7 +246,7 @@ func (s *Server) Logger() echo.Logger {
//
// Use a type assertion to get it from a echo.Context:
//
-// ctx := ectx.(*alps.Context)
+// ctx := ectx.(*alps.Context)
type Context struct {
echo.Context
Server *Server