Skip to content

Commit

Permalink
Update constants.md
Browse files Browse the repository at this point in the history
fix syntax
  • Loading branch information
ReneWerner87 authored Dec 1, 2024
1 parent 26cc477 commit 60dfd6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api/constants.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ const (
MIMEApplicationXMLCharsetUTF8 = "application/xml; charset=utf-8"
MIMEApplicationJSONCharsetUTF8 = "application/json; charset=utf-8"
MIMEApplicationJavaScriptCharsetUTF8 = "application/javascript; charset=utf-8"
)```
)
```

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

Check failure on line 53 in docs/api/constants.md

View workflow job for this annotation

GitHub Actions / markdownlint

Trailing punctuation in heading

docs/api/constants.md:53:48 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: '.'] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md026.md

Expand Down

0 comments on commit 60dfd6b

Please sign in to comment.