Skip to content

Commit f192eb8

Browse files
committed
fix typo
1 parent 18b6246 commit f192eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)