Skip to content

Commit

Permalink
docs: correct casing of object -> Object in AuditLogChange (#5636)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu authored May 15, 2021
1 parent a6079bc commit ab82caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/GuildAuditLogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ class GuildAuditLogsEntry {

/**
* An entry in the audit log representing a specific change.
* @typedef {object} AuditLogChange
* @typedef {Object} AuditLogChange
* @property {string} key The property that was changed, e.g. `nick` for nickname changes
* @property {*} [old] The old value of the change, e.g. for nicknames, the old nickname
* @property {*} [new] The new value of the change, e.g. for nicknames, the new nickname
Expand Down

0 comments on commit ab82caf

Please sign in to comment.