Skip to content

Commit

Permalink
fix: Typo in ConsumableStateAttribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoors authored and Hypfer committed Mar 22, 2021
1 parent 6d8b8e0 commit 7d64a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/entities/state/attributes/ConsumableStateAttribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class ConsumableStateAttribute extends StateAttribute {
* @param {object} [options.metaData]
* @param {object} options.remaining
* @param {number} options.remaining.value
* @param {ConsumableStateAttributeRemaningUnit} options.remaining.unit
* @param {ConsumableStateAttributeRemainingUnit} options.remaining.unit
*/
constructor(options) {
super(options);
Expand Down Expand Up @@ -47,7 +47,7 @@ ConsumableStateAttribute.SUB_TYPE = Object.freeze({

/**
*
* @typedef {string} ConsumableStateAttributeRemaningUnit
* @typedef {string} ConsumableStateAttributeRemainingUnit
* @enum {string}
*/
ConsumableStateAttribute.UNITS = Object.freeze({
Expand Down

0 comments on commit 7d64a1a

Please sign in to comment.