summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/external_key_generator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index/external_key_generator.h')
-rw-r--r--src/mongo/db/index/external_key_generator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/index/external_key_generator.h b/src/mongo/db/index/external_key_generator.h
index a340fd56e0e..9dad28f7413 100644
--- a/src/mongo/db/index/external_key_generator.h
+++ b/src/mongo/db/index/external_key_generator.h
@@ -40,7 +40,7 @@
*/
namespace mongo {
- // Returns whether or not the largest key the index will generate for the document is too large.
- bool isAnyIndexKeyTooLarge(const BSONObj& index, const BSONObj& doc);
+// Returns whether or not the largest key the index will generate for the document is too large.
+bool isAnyIndexKeyTooLarge(const BSONObj& index, const BSONObj& doc);
} // namespace mongo