Skip to content

Commit

Permalink
Removing a late-night extra space.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 23, 2012
1 parent 3567b42 commit ac8f98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared.js
Expand Up @@ -139,7 +139,7 @@ var Shared = module.exports = {
if (old === result) {
context.channel.send_reply(context.sender, "Nothing changed.");
} else {
this.factoids. learn(factoid, result, context.sender.name);
this.factoids.learn(factoid, result, context.sender.name);
context.channel.send_reply(context.sender, "Changed `"+factoid+
"` to: "+result);
}
Expand Down

0 comments on commit ac8f98d

Please sign in to comment.