summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/type_explain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/type_explain.h')
-rw-r--r--src/mongo/db/query/type_explain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/query/type_explain.h b/src/mongo/db/query/type_explain.h
index 1048e591c85..a151c78715d 100644
--- a/src/mongo/db/query/type_explain.h
+++ b/src/mongo/db/query/type_explain.h
@@ -42,7 +42,7 @@ namespace mongo {
* query. The exception is the multi plan runner, in which
* case plan selection depends on actually running the query.
*
- * Currently, just a summary string describing the plan
+ * Currently, just a summary std::string describing the plan
* used to run the query.
*/
struct PlanInfo {