summaryrefslogtreecommitdiff
path: root/platypus/platypus.cpp
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-05-24 21:04:24 -0700
committerFuwn <[email protected]>2022-05-24 21:04:24 -0700
commit2140c31b33ecca8fd55730cb640d8f39a558515a (patch)
tree7eb5b9c0bf556983422e98ad4c53d9c044d98a8e /platypus/platypus.cpp
parentchore(scripts): move format task to ninja (diff)
downloadwk7_platypusproject-2140c31b33ecca8fd55730cb640d8f39a558515a.tar.xz
wk7_platypusproject-2140c31b33ecca8fd55730cb640d8f39a558515a.zip
format(platypus): grammar
Diffstat (limited to 'platypus/platypus.cpp')
-rw-r--r--platypus/platypus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platypus/platypus.cpp b/platypus/platypus.cpp
index 5dcc66a..0c8f834 100644
--- a/platypus/platypus.cpp
+++ b/platypus/platypus.cpp
@@ -88,7 +88,7 @@ Platypus Platypus::hatch() const {
std::ifstream namesFile;
std::vector<std::string> names;
- // If the platypus is is male, pick a random male name; ...
+ // If the platypus is male, pick a random male name; ...
if (newGender) {
namesFile.open("mnames.txt");
} else {