diff options
| author | Fuwn <[email protected]> | 2022-05-24 21:04:24 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-24 21:04:24 -0700 |
| commit | 2140c31b33ecca8fd55730cb640d8f39a558515a (patch) | |
| tree | 7eb5b9c0bf556983422e98ad4c53d9c044d98a8e /platypus/platypus.cpp | |
| parent | chore(scripts): move format task to ninja (diff) | |
| download | wk7_platypusproject-2140c31b33ecca8fd55730cb640d8f39a558515a.tar.xz wk7_platypusproject-2140c31b33ecca8fd55730cb640d8f39a558515a.zip | |
format(platypus): grammar
Diffstat (limited to 'platypus/platypus.cpp')
| -rw-r--r-- | platypus/platypus.cpp | 2 |
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 { |