This issue is trivial, but addressing it does add a little polish to MongoDB. Tools I use every day like `mongodump` and `mongorestore` for retrieving and archiving new data sometimes produce output like "imported 1 documents", "processed 1 documents", and "wrote 1 documents". I have opened this issue to accompany a pull request from GitHub in which I have corrected a few of these grammar mistakes by adding conditionals that choose the appropriate noun form. All tests still pass on my personal machine, a MacBook Air running Mavericks (OS X 10.9.2), but I have only tested with the "origin/master" branch from GitHub. I'm not sure whether new tests are really necessary for this sort of thing, so I haven't written any yet.
- is related to
-
SERVER-4761 Change all occurrences of the word "object" to "document"
-
- Closed
-
- links to