There was an error while loading. Please reload this page.
1 parent 25c06d3 commit 927a0b0Copy full SHA for 927a0b0
cpp-terminal/prompt.hpp
@@ -34,7 +34,7 @@ enum class Result_simple {
34
35
// A simple yes/no prompt, requires the user to press the ENTER key to continue
36
// The arguments are used like this: 1 [2/3]4 <user Input>
37
-// the immediate switch indicates toggles wether pressing enter for
+// the immediate switch indicates toggles whether pressing enter for
38
// confirming the input is required or not
39
Result prompt(const std::string& message,
40
const std::string& first_option,
0 commit comments