summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-05-26 14:51:12 -0700
committerFuwn <[email protected]>2022-05-26 14:51:12 -0700
commit9bc51249f91d1c6f7ffd67756fda51d245017541 (patch)
tree72f36ace53b4c6bd08a1cbfcec3d27ca1982ea3f
parentformat(platypus.cpp): remove obscure attribution (diff)
downloadwk7_platypusproject-9bc51249f91d1c6f7ffd67756fda51d245017541.tar.xz
wk7_platypusproject-9bc51249f91d1c6f7ffd67756fda51d245017541.zip
format(testPlatypus.cpp): grammar
-rw-r--r--platypus/testPlatypus.cpp4
1 files 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;
}