diff options
Diffstat (limited to 'src/mongo/util/options_parser/constraints.h')
-rw-r--r-- | src/mongo/util/options_parser/constraints.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/util/options_parser/constraints.h b/src/mongo/util/options_parser/constraints.h index 14bdc3387e0..4f9b0244b61 100644 --- a/src/mongo/util/options_parser/constraints.h +++ b/src/mongo/util/options_parser/constraints.h @@ -126,8 +126,8 @@ namespace optionenvironment { Key _otherKey; }; - /** Implementation of a Constraint that enforces a specific format on a string value. Fails if - * the value of the key is not a string or does not match the given regex. + /** Implementation of a Constraint that enforces a specific format on a std::string value. Fails if + * the value of the key is not a std::string or does not match the given regex. */ class StringFormatKeyConstraint : public KeyConstraint { public: |