Skip to content

Commit

Permalink
Fix markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Nov 29, 2024
1 parent a1f2dff commit ef215f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/client/request.md
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ func (r *Request) SetXML(v any) *Request
## SetCBOR

SetCBOR method sets the request body using [CBOR](https://cbor.io/) encoding format.
It automatically sets the Content-Type header to "application/cbor".
It automatically sets the Content-Type header to `"application/cbor"`.

```go title="Signature"
func (r *Request) SetCBOR(v any) *Request
Expand Down
2 changes: 1 addition & 1 deletion docs/client/rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ type Client struct {
xmlMarshal utils.XMLMarshal
xmlUnmarshal utils.XMLUnmarshal
cborMarshal utils.CBORMarshal
cborUnmarshal utils.CBORUnmarshal
cborUnmarshal utils.CBORUnmarshal

cookieJar *CookieJar

Expand Down

0 comments on commit ef215f3

Please sign in to comment.