Change event doc to original.

This commit is contained in:
Hayden Young 2023-06-27 13:03:48 +01:00
parent 2378a143de
commit 603f79f4b2

View File

@ -94,7 +94,7 @@ const Database = async ({ ipfs, identity, address, name, access, directory, meta
/**
* Event emitter that emits Database changes.
* @ype EventEmitter
* @fires update when addOperation or applyOperation completes.
* @fires update when an entry is added to the database.
* @fires close when the database is successfully closed.
* @fires drop when the database is successfully dropped.
* @memberof module:Sync~Sync