Skip to content

chore(elixir): fix typo in wine-cellar analyzer message - #2406

Merged
jiegillet merged 1 commit into
exercism:mainfrom
SethFalco:patch-1
Jul 8, 2026
Merged

chore(elixir): fix typo in wine-cellar analyzer message#2406
jiegillet merged 1 commit into
exercism:mainfrom
SethFalco:patch-1

Conversation

@SethFalco

Copy link
Copy Markdown
Contributor

Keyword module, besides Keyword.get to get a single value, also provides Keyword_get_values to get multiple values. Use Keyword.get_values to filter wines by color.

- Wine Cellar in Elixir on Exercism

This was almost certainly meant to say Keyword.get_values in both places, not Keyword_get_values in one then Keyword.get_values in the other.

@github-actions github-actions Bot added track/elixir Elixir track type/analyzer-comments Analyzer comments labels Jul 7, 2026
@IsaacG

IsaacG commented Jul 7, 2026

Copy link
Copy Markdown
Member

+cc @exercism/elixir

@jiegillet jiegillet left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thank you, that's great!
Thanks for the CC too!

@jiegillet
jiegillet merged commit 3c4d6c0 into exercism:main Jul 8, 2026
1 check passed
@SethFalco
SethFalco deleted the patch-1 branch July 8, 2026 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

track/elixir Elixir track type/analyzer-comments Analyzer comments

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants