Skip to content

Commit

Permalink
docs: pubsub: update example variable
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Apr 16, 2015
1 parent b191a22 commit f8a5541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pubsub/topic.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Topic.prototype.autoCreateWrapper_ = function(method, path, q, body, callback) {
* };
*
* topic.publish([
* registrationMessage,
* registerMessage,
* purchaseMessage
* ], function(err, messageIds, apiResponse) {});
*/
Expand Down

1 comment on commit f8a5541

@ryanseys
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops sorry!

Please sign in to comment.