Skip to content

Commit

Permalink
Convert example to exemplar
Browse files Browse the repository at this point in the history
* Rename example files to exemplar

See exercism/docs#23

* [Docs] Correct .meta/example references to .meta/exemplar

* [Docs] Use exemplar instead of example

* [Docs] Update example name in file listings

* [Julia] Convert to exemplar.jl

* [elm] Rename .meta/Cook.elm to .meta/Examplar.elm

* [elm] Rename .meta/Examplar.elm .meta/Exemplar.elm

Co-authored-by: Matthieu Pizenberg <[email protected]>
  • Loading branch information
ErikSchierboom and mpizenberg committed Jan 28, 2021
1 parent 40524ed commit 0e9a137
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/implementing-a-concept-exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ languages
├── .meta
| |── config.json
| |── design.md
| └── Example.fs
| └── Exemplar.fs
├── &lt;NAME&gt;.fs
├── &lt;NAME&gt;.fsproj
└── &lt;NAME&gt;Tests.fs
Expand Down Expand Up @@ -76,7 +76,7 @@ For more information, please read [this in-depth description][tests-file], [watc

For more information, check [this example project file][example-project-file].

### Add `.meta/Example.fs` file
### Add `.meta/Exemplar.fs` file

**Purpose:** The idiomatic example implementation that passes all the tests.

Expand Down Expand Up @@ -143,5 +143,5 @@ If you have any questions regarding implementing this exercise, please post them
[video-example-file]: https://www.youtube.com/watch?v=gkbBqd7hPrA&t=781
[example-stub-file]: ../exercises/concept/log-levels/LogLevels.fs
[example-tests-file]: ../exercises/concept/log-levels/LogLevelsTests.fs
[example-example-file]: ../exercises/concept/log-levels/.meta/Example.fs
[example-example-file]: ../exercises/concept/log-levels/.meta/Exemplar.fs
[example-project-file]: ../exercises/concept/log-levels/LogLevels.fsproj

0 comments on commit 0e9a137

Please sign in to comment.