Skip to content

Commit

Permalink
docs: fix error in parse_media_type.ts example (denoland#3520)
Browse files Browse the repository at this point in the history
  • Loading branch information
nberlette committed Aug 8, 2023
1 parent 66b2fb8 commit be270a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media_types/parse_media_type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { consumeMediaParam, decode2331Encoding } from "./_util.ts";
* assertEquals(
* parseMediaType("text/html; charset=UTF-8"),
* [
* "application/json",
* "text/html",
* { charset: "UTF-8" },
* ]
* );
Expand Down

0 comments on commit be270a3

Please sign in to comment.