diff options
| author | Fuwn <[email protected]> | 2022-05-26 14:51:12 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-26 14:51:12 -0700 |
| commit | 9bc51249f91d1c6f7ffd67756fda51d245017541 (patch) | |
| tree | 72f36ace53b4c6bd08a1cbfcec3d27ca1982ea3f | |
| parent | format(platypus.cpp): remove obscure attribution (diff) | |
| download | wk7_platypusproject-9bc51249f91d1c6f7ffd67756fda51d245017541.tar.xz wk7_platypusproject-9bc51249f91d1c6f7ffd67756fda51d245017541.zip | |
format(testPlatypus.cpp): grammar
| -rw-r--r-- | platypus/testPlatypus.cpp | 4 |
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; } |