We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c634775 commit b454ee9Copy full SHA for b454ee9
vpr/src/server/telegramoptions.h
@@ -38,7 +38,7 @@ class TelegramOptions {
38
* @brief Constructs a TelegramOptions object with the provided data and expected keys.
39
*
40
* This constructor initializes a TelegramOptions object with the given data string
41
- * and a vector of expected keys. It parse data string and validate that such data has all required keys.
+ * and a vector of expected keys. It parses the data string and validates that such data has all required keys.
42
* If some keys are absent, it collects the errors.
43
44
* @param data The data string containing the options.
0 commit comments