From fb5200c58d8c2dcae4c196d9a2d5f800f7facded Mon Sep 17 00:00:00 2001 From: login Date: Tue, 4 Feb 2020 10:39:43 +0000 Subject: Minor grammatical correction Just added a period/fullstop to the message in the show_balances() function. --- tcoin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcoin.cpp b/tcoin.cpp index 35cd6d8..163323a 100644 --- a/tcoin.cpp +++ b/tcoin.cpp @@ -393,7 +393,7 @@ void show_balance(char const* username, const long long int &amount, const long show_breakdown(amount0, amount0_source, amount1, amount1_source, amount2, amount2_source, amount3, amount3_source, amount4, amount4_source); - std::cout << "\nThe command to send tildecoins to other users is `tcoin send ` or `tcoin -s `"; + std::cout << "\nThe command to send tildecoins to other users is `tcoin send ` or `tcoin -s `."; std::cout << "\nThe command to log out of tildecoin is `tcoin off`.\n\n"; } -- cgit 1.4.1-2-gfad0