From 9bc51249f91d1c6f7ffd67756fda51d245017541 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 26 May 2022 14:51:12 -0700 Subject: format(testPlatypus.cpp): grammar --- platypus/testPlatypus.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platypus/testPlatypus.cpp b/platypus/testPlatypus.cpp index 0a634e7..708a4ba 100644 --- a/platypus/testPlatypus.cpp +++ b/platypus/testPlatypus.cpp @@ -92,8 +92,8 @@ int main() { << std::endl; } - std::cout << "\nJust to test `getName` and `getGender` here's the name and " - "gender of the hatched platypus: " + std::cout << "\nJust to test `getName` and `getGender`, here's the name " + "and gender of the hatched platypus: " << hatched.getName() << ", " << hatched.getGender() << std::endl; } -- cgit v1.2.3