We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab3354f + 67d2039 commit a17566fCopy full SHA for a17566f
1 file changed
lib/pubsub/topic.js
@@ -206,7 +206,7 @@ Topic.prototype.publish = function(messages, callback) {
206
};
207
208
/**
209
- * Delete the topic. This will also delete any subscriptions to this topic.
+ * Delete the topic. This will not delete subscriptions to this topic.
210
*
211
* @param {function=} callback - The callback function.
212
0 commit comments