exercism / elixir

Exercism exercises in Elixir.
https://exercism.org/tracks/elixir
MIT License
614 stars 397 forks source link

Fixed Typos in Instructions of Pig Latin #1510

Closed Lasamat closed 1 month ago

Lasamat commented 1 month ago

Fixed 2 typos in Pig-Latin. I checked with Problem Specifications and although they differ generally by wording the typos are not in that one.

I don't know if they are supposed to be identical but they are not and I would atleast like to fix the typos.

github-actions[bot] commented 1 month ago

Thank you for contributing to exercism/elixir 💜 🎉. This is an automated PR comment 🤖 for the maintainers of this repository that helps with the PR review process. You can safely ignore it and wait for a maintainer to review your changes.

Based on the files changed in this PR, it would be good to pay attention to the following details when reviewing the PR:


Automated comment created by PR Commenter 🤖.

angelikatyborska commented 1 month ago

I don't know if they are supposed to be identical but they are not and I would atleast like to fix the typos.

Yes, they are supposed to be identical, and they get updated automatically with a tool called "configlet". See this github issue if you want to learn how to update all docs of an exercise: https://github.com/exercism/elixir/issues/1027

I can see that your PR changes pig-latin instructions to be exactly the same as they would be if updated via configlet, so it's good to merge 👍 thanks