Skip to content

Commit

Permalink
fix(PermissionOverwrites): fix typo in typedef jsdoc (#5704)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Castro authored May 30, 2021
1 parent 48d6850 commit 6567ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/PermissionOverwrites.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class PermissionOverwrites {
*/

/**
* @typedef {object} ResolvedOverwriteOptions
* @typedef {Object} ResolvedOverwriteOptions
* @property {Permissions} allow The allowed permissions
* @property {Permissions} deny The denied permissions
*/
Expand Down

0 comments on commit 6567ba8

Please sign in to comment.