lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master adebd577 1/4: Correct an output label in a un


From: Greg Chicares
Subject: [lmi-commits] [lmi] master adebd577 1/4: Correct an output label in a unit test
Date: Fri, 27 May 2022 11:49:24 -0400 (EDT)

branch: master
commit adebd577b8aa7d892fecda22b28ead11377e5954
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Correct an output label in a unit test
---
 math_functions_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math_functions_test.cpp b/math_functions_test.cpp
index bd6a84ed..fdfc1b7e 100644
--- a/math_functions_test.cpp
+++ b/math_functions_test.cpp
@@ -688,7 +688,7 @@ void sample_results()
     std::cout.setf(std::ios_base::fixed, std::ios_base::floatfield);
     std::cout.precision(23);
     std::cout
-        << "Daily rate corresponding to 1% annual interest"
+        << "Monthly rate corresponding to 1% annual interest"
         << ", by various methods:\n"
         << "      000000000111111111122\n"
         << "      123456789012345678901\n"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]