mirror of
https://github.com/labstack/echo.git
synced 2025-02-03 13:11:39 +02:00
fixed docs
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
0eb7c42aa1
commit
d72b8b8b64
@ -111,7 +111,7 @@ type (
|
||||
Bind(interface{}) error
|
||||
|
||||
// Render renders a template with data and sends a text/html response with status
|
||||
// code. Templates can be registered using `Echo.SetRenderer()`.
|
||||
// code. Templates can be registered using `Echo.Renderer`.
|
||||
Render(int, string, interface{}) error
|
||||
|
||||
// HTML sends an HTTP response with status code.
|
||||
|
Loading…
x
Reference in New Issue
Block a user