Skip to content

Commit b94126b

Browse files
kevinresolstephenplusplus
authored andcommitted
Docs: Remove extra dash (#1400)
This causes the doc generator to think that the param name is a dash
1 parent ee014e1 commit b94126b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/pubsub/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ PubSub.prototype.getTopics = function(query, callback) {
411411
* @throws {Error} If a Topic instance or topic name is not provided.
412412
* @throws {Error} If a subName is not provided.
413413
*
414-
* @param {module:pubsub/topic|string} - topic - The Topic to create a
414+
* @param {module:pubsub/topic|string} topic - The Topic to create a
415415
* subscription to.
416416
* @param {string} subName - The name of the subscription.
417417
* @param {object=} options - See a

0 commit comments

Comments
 (0)