Skip to content

Commit 927a0b0

Browse files
committed
fix typo
1 parent 25c06d3 commit 927a0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp-terminal/prompt.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ enum class Result_simple {
3434

3535
// A simple yes/no prompt, requires the user to press the ENTER key to continue
3636
// The arguments are used like this: 1 [2/3]4 <user Input>
37-
// the immediate switch indicates toggles wether pressing enter for
37+
// the immediate switch indicates toggles whether pressing enter for
3838
// confirming the input is required or not
3939
Result prompt(const std::string& message,
4040
const std::string& first_option,

0 commit comments

Comments
 (0)