exercism / v3

The work-in-progress project for developing v3 tracks
https://v3.exercism.io
Other
170 stars 163 forks source link

[Elixir] Improve `language-list` instructions code snippets #3007

Closed angelikatyborska closed 3 years ago

angelikatyborska commented 3 years ago

I noticed that the function names in the last two steps were incorrect, so I'm fixing that. I also split each function call into its own line so that it's easier to read on the website on a narrower screen, and I extended the code snippets a bit to better show that the languages are prepended to the list, not appended.