We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054a310 commit d4dff98Copy full SHA for d4dff98
echo.go
@@ -459,7 +459,7 @@ func (e *Echo) Routes() []Route {
459
}
460
461
// AcquireContext returns an empty `Context` instance from the pool.
462
-// You must be return the context by calling `ReleaseContext()`.
+// You must return the context by calling `ReleaseContext()`.
463
func (e *Echo) AcquireContext() Context {
464
return e.pool.Get().(Context)
465
0 commit comments