0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

Fix a typo.

This commit is contained in:
Erick Tryzelaar 2010-06-11 08:29:33 +08:00 committed by Eliot
parent 8f8a32469c
commit e657acd9dc

View File

@ -91,7 +91,7 @@ namespace mongo {
operator string() const { return toString(); }
/** Properly formatted JSON string.
@param pretty if tru1 we try to add some lf's and indentation
@param pretty if true we try to add some lf's and indentation
*/
string jsonString( JsonStringFormat format = Strict, int pretty = 0 ) const;