Skip to content

Commit b454ee9

Browse files
committed
fix typo
1 parent c634775 commit b454ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/server/telegramoptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class TelegramOptions {
3838
* @brief Constructs a TelegramOptions object with the provided data and expected keys.
3939
*
4040
* 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.
41+
* and a vector of expected keys. It parses the data string and validates that such data has all required keys.
4242
* If some keys are absent, it collects the errors.
4343
*
4444
* @param data The data string containing the options.

0 commit comments

Comments
 (0)