Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
a la => à la
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesCropcho committed Apr 9, 2012
1 parent ba3f502 commit 338e8ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
a la = > à la
rename keys.js
throw "You have to supply a 'collection' variable, a la \"--eval 'var limit = 10'\"";
is 'limit' broken?
to readme: contribuing/report issues etc
Expand Down
2 changes: 1 addition & 1 deletion mongoDBSchemaAnalyzer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if (typeof collection == "undefined") {
throw "You have to supply a 'collection' variable, a la \"--eval 'var limit = 10'\"";
throw "You have to supply a 'collection' variable, à la \"--eval 'var limit = 10'\"";
}

if (typeof limit == "undefined") { limit = db[collection].count(); }
Expand Down

0 comments on commit 338e8ea

Please sign in to comment.