From a42e08c1ed30d7fe3b25d18481abb9fb5017f197 Mon Sep 17 00:00:00 2001 From: Jachimike Onuoha Date: Mon, 6 Dec 2021 23:19:12 -0500 Subject: [PATCH] Minor documentation updates --- src/iiiftilesource.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/iiiftilesource.js b/src/iiiftilesource.js index 1c67bdc1..dd6eeff1 100644 --- a/src/iiiftilesource.js +++ b/src/iiiftilesource.js @@ -444,10 +444,10 @@ $.extend( $.IIIFTileSource.prototype, $.TileSource.prototype, /** @lends OpenSea /** * Determine whether arbitrary tile requests can be made against a service with the given profile * @function - * @param {Object} options - IIIF option - * @param {String} options.profile + * @param {Object} options + * @param {Array|String} options.profile * @param {Number} options.version - * @param {Number} options.extraFeatures + * @param {String} options.extraFeatures * @returns {Boolean} */ function canBeTiled ( options ) {