Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the missing parameter of special_case_swap_possible to docs #498

Merged

Conversation

Rocche
Copy link
Contributor

@Rocche Rocche commented Jun 26, 2024

Hey! I noticed that in the description of the tisbury-treasure-hunt challenge there is an error in section 4 - Special Places.

Right now the description states the following:

Implement the special_case_swap_possible function, which takes a treasure (such as #("Amethyst Octopus", #(1, "F"))) and a Place (such as #("Seaside Cottages", #("C", 1))), and returns True for the following combinations:
[...]

So, reading the description I would expect to find the special_case_swap_possible function that accepts only two parameters, but instead in the code the function accepts three parameters, the additional one being desired_treasure.

With that being said, I added the missing parameter to the description of the exercise.

Copy link
Sponsor Member

@lpil lpil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!!

@lpil lpil merged commit 6a9c6a1 into exercism:main Jun 30, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants