From 29a901d6dc42292c859547c7a34f39c031fa280f Mon Sep 17 00:00:00 2001 From: Hayden Young Date: Tue, 20 Jun 2023 00:28:16 +0100 Subject: [PATCH] docs: Expand on param. --- src/manifest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.js b/src/manifest.js index deef420..de080e8 100644 --- a/src/manifest.js +++ b/src/manifest.js @@ -19,7 +19,7 @@ const hashStringEncoding = base58btc * @function * @param {Object} params One or more parameters for configuring Manifest. * @param {IPFS} params.ipfs An instance of IPFS. - * @param {module:Storage} [param.storage=module:Storage.Storage-ComposedStorage] An instance of Storage. + * @param {module:Storage} [param.storage=module:Storage.Storage-ComposedStorage] A Storage instance that stores the Manifest. * @return {module:Manifest} An instance of Manifest. * @instance */