summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/modifier_node.h
diff options
context:
space:
mode:
authorYuhong Zhang <danielzhangyh@gmail.com>2021-09-29 22:26:32 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-09-29 22:56:26 +0000
commit7591af2652cd1d00f9255033dc5ec3c3d82deca3 (patch)
tree3e11f2a45e09155beca9ad66bbce522c49623b36 /src/mongo/db/update/modifier_node.h
parenta6810aa4a19bc5c0330494778e73e6c7cbcc21f8 (diff)
downloadmongo-7591af2652cd1d00f9255033dc5ec3c3d82deca3.tar.gz
SERVER-60156 Add a way to bypass storageValid() for time-series updates
Diffstat (limited to 'src/mongo/db/update/modifier_node.h')
-rw-r--r--src/mongo/db/update/modifier_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/update/modifier_node.h b/src/mongo/db/update/modifier_node.h
index 53ec3e7f375..42bb70ee336 100644
--- a/src/mongo/db/update/modifier_node.h
+++ b/src/mongo/db/update/modifier_node.h
@@ -103,7 +103,7 @@ protected:
/**
* ModifierNode::apply() calls this method after it finishes applying its update to validate
* that no changes resulted in an invalid document. See the implementation of
- * storage_validation::storageValid() for more detail about document validation requirements.
+ * storage_validation::scanDocument() for more detail about document validation requirements.
* Most ModifierNode child classes can use the default implementation of this method.
*
* - 'updatedElement' is the element that was set by either updateExistingElement() or