Skip to content

Commit

Permalink
Revert "Typo in jsDoc"
Browse files Browse the repository at this point in the history
This reverts commit 2b2190d, see phetsims/gravity-and-orbits#345
  • Loading branch information
samreid committed Nov 2, 2020
1 parent 2b2190d commit 8d5bdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/grunt/createMipmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const pngjs = require( 'pngjs' );
* all levels up to and including a 1x1 image.
* @param {number} quality - An integer from 1-100 determining the quality of the image. Currently only used for the
* JPEG encoding quality.
* @returns {Promise} - Will be resolved with mipmaps: {Array} (consisting of the mipmap objects, mipmaps[0] will be level 0)
* @returns {Prmomise} - Will be resolved with mipmaps: {Array} (consisting of the mipmap objects, mipmaps[0] will be level 0)
*/
module.exports = function createMipmap( filename, maxLevel, quality ) {
return new Promise( ( resolve, reject ) => {
Expand Down

0 comments on commit 8d5bdd4

Please sign in to comment.