docs: Expand on param.

This commit is contained in:
Hayden Young 2023-06-20 00:28:16 +01:00
parent f676410543
commit 29a901d6dc

View File

@ -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
*/