docs: correct casing of object -> Object in AuditLogChange (#5636)

This commit is contained in:
Vlad Frangu
2021-05-16 00:25:06 +03:00
committed by GitHub
parent a6079bc9ce
commit ab82cafcde

View File

@@ -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