Skip to content

Commit 60dfd6b

Browse files
authored
Update constants.md
fix syntax
1 parent 26cc477 commit 60dfd6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/api/constants.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ const (
4747
MIMEApplicationXMLCharsetUTF8 = "application/xml; charset=utf-8"
4848
MIMEApplicationJSONCharsetUTF8 = "application/json; charset=utf-8"
4949
MIMEApplicationJavaScriptCharsetUTF8 = "application/javascript; charset=utf-8"
50-
)```
50+
)
51+
```
5152

5253
### HTTP status codes were copied from net/http.
5354

0 commit comments

Comments
 (0)