summaryrefslogtreecommitdiff
path: root/src/mongo/bson/mutable/document.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/bson/mutable/document.h')
-rw-r--r--src/mongo/bson/mutable/document.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/bson/mutable/document.h b/src/mongo/bson/mutable/document.h
index 0ff5fe8c2ef..2b73b96737a 100644
--- a/src/mongo/bson/mutable/document.h
+++ b/src/mongo/bson/mutable/document.h
@@ -313,7 +313,7 @@ namespace mutablebson {
/** Create a new double Element with the given value and field name. */
Element makeElementDouble(const StringData& fieldName, double value);
- /** Create a new string Element with the given value and field name. */
+ /** Create a new std::string Element with the given value and field name. */
Element makeElementString(const StringData& fieldName, const StringData& value);
/** Create a new empty object Element with the given field name. */