Corrected comment

This commit is contained in:
Sybren A. Stüvel 2019-03-28 12:35:21 +01:00
parent c089b0b603
commit f73b7e5c41

View File

@ -130,7 +130,7 @@ class Nodes {
}
/**
* Listen to events of new nodes where _id === nodeId
* Listen to events of nodes being deleted where _id === nodeId
* @param {String} nodeId
* @param {Function(Event)} cb
*/