From 42efd1ae3d9facf35bf124b2440ef5c99adf0fba Mon Sep 17 00:00:00 2001 From: haad Date: Fri, 30 Jun 2023 08:14:23 +0300 Subject: [PATCH] Clarify OrbitDBAddress docs --- src/address.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/address.js b/src/address.js index 4ed87de..df88fa8 100644 --- a/src/address.js +++ b/src/address.js @@ -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) => {