Skip to content

Commit

Permalink
chore: fix status comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Mar 11, 2021
1 parent 2ddcb8d commit da1b762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Common Error Codes
* @see `http.STATUS_CODES`
* @type {import('..').STATUS_CODES}
* @note `require('http').STATUS_CODES`
*/
export const STATUS_CODES = {
'400': 'Bad Request',
Expand Down

0 comments on commit da1b762

Please sign in to comment.