Clarify OrbitDBAddress docs

This commit is contained in:
haad 2023-06-30 08:14:23 +03:00
parent b49cea5f33
commit 42efd1ae3d

View File

@ -59,8 +59,8 @@ const parseAddress = (address) => {
/**
* @typedef {Object} OrbitDBAddress
* @property {string} protocol The address protocol (/orbitdb/).
* @property {string} hash The hash of the database.
* @property {string} protocol Protocol prefix "/orbitdb/".
* @property {string} hash The hash of the database manifest.
* @property {string} address The full database address.
*/
const OrbitDBAddress = (address) => {