Skip to content

Commit

Permalink
fix(jsdoc): type tag does not permit a description
Browse files Browse the repository at this point in the history
  • Loading branch information
JadsonLucena committed Apr 9, 2023
1 parent a9e1511 commit d09a52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MediaTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class MediaTypes {
}

/**
* @type {number} [updateInterval=86400000] - Periodic database update in milliseconds. if less than zero, will be disabled
* @type {number} [updateInterval=86400000]
* @see https://developer.mozilla.org/en-US/docs/Web/API/setInterval#delay
*
* @fires MediaTypes#update
Expand Down

0 comments on commit d09a52e

Please sign in to comment.