aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 9324ae5..02037b8 100755
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -80,7 +80,7 @@ int main(int argc, char* argv[])
std::cout << "[4] Lunch: " << timeprint((timeblock){lunch_start, lunch_end}) << "\n" << std::endl;
// TODO: Add second lunch option
- std::cout << "Write the number for what you want to change, or 0, to go to the next day." << std::endl;
+ std::cout << "Write the number for what you want to change, or 0 to go to the next day." << std::endl;
int input_number = 8;
std::cin >> input_number;