summaryrefslogtreecommitdiff
path: root/src/mongo/s/bson_serializable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/bson_serializable.h')
-rw-r--r--src/mongo/s/bson_serializable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/bson_serializable.h b/src/mongo/s/bson_serializable.h
index e96df009f3b..e3344884d45 100644
--- a/src/mongo/s/bson_serializable.h
+++ b/src/mongo/s/bson_serializable.h
@@ -61,7 +61,7 @@ namespace mongo {
/** Clears the internal state. */
virtual void clear() = 0;
- /** Returns a string representation of the current internal state. */
+ /** Returns a std::string representation of the current internal state. */
virtual std::string toString() const = 0;
};