Skip to content

Commit ffd07e1

Browse files
committed
fix typo
1 parent 3d60a54 commit ffd07e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

http/get_compressed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ When programatically checking if the `Content-Type` header contains a specific
9595
format, it is important to use a parser that can handle parameters or look
9696
only at the media type part of the header. This is not an exclusivity of the
9797
Arrow IPC format, but a general rule for all media types. For example,
98-
`application/json; charset=utf-8` should be match `application/json`.
98+
`application/json; charset=utf-8` should match `application/json`.
9999

100100
## HTTP/1.1 Response Compression
101101

0 commit comments

Comments
 (0)