docs(context): fix wrong function name in comment (#4382)

Signed-off-by: goldlinker <goldlinker@outlook.jp>
This commit is contained in:
goldlinker 2025-10-03 21:26:47 +08:00 committed by GitHub
parent 8ca975441f
commit 731374fb36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1233,7 +1233,7 @@ func TestContextRenderNoContentHTML(t *testing.T) {
assert.Equal(t, "text/html; charset=utf-8", w.Header().Get("Content-Type"))
}
// TestContextXML tests that the response is serialized as XML
// TestContextRenderXML tests that the response is serialized as XML
// and Content-Type is set to application/xml
func TestContextRenderXML(t *testing.T) {
w := httptest.NewRecorder()