Skip to content

Commit d4dff98

Browse files
flimzyvishr
authored andcommitted
Minor documentation correction (#742)
1 parent 054a310 commit d4dff98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

echo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ func (e *Echo) Routes() []Route {
459459
}
460460

461461
// AcquireContext returns an empty `Context` instance from the pool.
462-
// You must be return the context by calling `ReleaseContext()`.
462+
// You must return the context by calling `ReleaseContext()`.
463463
func (e *Echo) AcquireContext() Context {
464464
return e.pool.Get().(Context)
465465
}

0 commit comments

Comments
 (0)