Skip to content

Commit

Permalink
docs(api): improve typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Nov 5, 2023
1 parent d84d223 commit 95fe74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/lib/structures/http/Server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export type ContentTypeType = 'text' | 'multipart' | 'message' | 'image' | 'audi
* - `parameter` = `attribute` "=" `value`
* - `attribute` = `token`
* - `value` = `token` / `quoted-string`
* - `token` = 1*<any CHAR except `SPACE`, `CTLs`, or `tspecials`>
* - `token` = `1*<any CHAR except "SPACE", "CTLs", or "tspecials">`
* - `tspecials` = `(` | `)` | `<` | `>` | `@` | `,` | `;` | `:` | `\` | `"` | `/` | `[` | `]` | `?` | `.` | `=`
*
* @note `tspecials` must be in quoted-string, to use within parameter values.
Expand Down

0 comments on commit 95fe74c

Please sign in to comment.