Skip to content

Commit a17566f

Browse files
Merge pull request #689 from chrishiestand/master
docs: pubsub delete topic
2 parents ab3354f + 67d2039 commit a17566f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/pubsub/topic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Topic.prototype.publish = function(messages, callback) {
206206
};
207207

208208
/**
209-
* Delete the topic. This will also delete any subscriptions to this topic.
209+
* Delete the topic. This will not delete subscriptions to this topic.
210210
*
211211
* @param {function=} callback - The callback function.
212212
*

0 commit comments

Comments
 (0)