Skip to content

Commit 91d4382

Browse files
author
David Padbury
committed
adding full stop for README comment
1 parent 3be2a98 commit 91d4382

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ var pubsub = gcloud.pubsub({
230230
keyFilename: '/path/to/keyfile.json'
231231
});
232232

233-
// Reference a topic that has been previously created
233+
// Reference a topic that has been previously created.
234234
var topic = pubsub.topic('my-topic');
235235

236236
// Publish a message to the topic.

0 commit comments

Comments
 (0)