We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee014e1 commit b94126bCopy full SHA for b94126b
1 file changed
lib/pubsub/index.js
@@ -411,7 +411,7 @@ PubSub.prototype.getTopics = function(query, callback) {
411
* @throws {Error} If a Topic instance or topic name is not provided.
412
* @throws {Error} If a subName is not provided.
413
*
414
- * @param {module:pubsub/topic|string} - topic - The Topic to create a
+ * @param {module:pubsub/topic|string} topic - The Topic to create a
415
* subscription to.
416
* @param {string} subName - The name of the subscription.
417
* @param {object=} options - See a
0 commit comments