Skip to content

Commit e87c3cc

Browse files
Convert example to exemplar
* 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 <matthieu.pizenberg@gmail.com>
1 parent e22f36b commit e87c3cc

File tree

13 files changed

+3
-3
lines changed

13 files changed

+3
-3
lines changed

reference/implementing-a-concept-exercise.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ languages
4040
├── .meta
4141
| |── config.json
4242
| |── design.md
43-
| └── Example.fs
43+
| └── Exemplar.fs
4444
├── &lt;NAME&gt;.fs
4545
├── &lt;NAME&gt;.fsproj
4646
└── &lt;NAME&gt;Tests.fs
@@ -76,7 +76,7 @@ For more information, please read [this in-depth description][tests-file], [watc
7676

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

79-
### Add `.meta/Example.fs` file
79+
### Add `.meta/Exemplar.fs` file
8080

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

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

0 commit comments

Comments
 (0)