From f0f35650fa1259e496b29de677ed2c360a608a08 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Sun, 7 Oct 2012 23:26:50 -0700 Subject: [PATCH] The period isn't part of the collection name http://en.wikipedia.org/wiki/Logical_quotes --- examples/leaderboard/leaderboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/leaderboard/leaderboard.js b/examples/leaderboard/leaderboard.js index 1aa10b0d77..d75006046c 100644 --- a/examples/leaderboard/leaderboard.js +++ b/examples/leaderboard/leaderboard.js @@ -1,5 +1,5 @@ // Set up a collection to contain player information. On the server, -// it is backed by a MongoDB collection named "players." +// it is backed by a MongoDB collection named "players". Players = new Meteor.Collection("players");