Просмотр исходного кода

Clarify canonical data version in contributing guide

Frida Tveit 9 лет назад
Родитель
Сommit
adcb21a0bd
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      CONTRIBUTING.md

+ 1
- 1
CONTRIBUTING.md Просмотреть файл

@@ -168,7 +168,7 @@ See the [POLICIES doc](https://github.com/exercism/java/blob/master/POLICIES.md#
168 168
 This can be found at `https://github.com/exercism/problem-specifications/tree/master/exercises/EXERCISE-SLUG/canonical-data.json`.
169 169
 If there is canonical data for your exercise then you should follow this when making the tests.
170 170
 We aim to follow the canonical data as closely as possible in our tests to ensure thorough test coverage.
171
-If there is canonical data available you also need to create a file at `exercises/exercise-slug/.meta/version` specifying the canonical data version (e.g. `1.0.0`).
171
+If there is canonical data available you also need to create a file at `exercises/exercise-slug/.meta/version` specifying the canonical data version you have implemented (e.g. `1.0.0`).
172 172
 The canonical data version can be found at the top of the canonical data file for that exercise.
173 173
 See other exercises, e.g. [acronym](https://github.com/exercism/java/tree/master/exercises/acronym/.meta), for an example `version` file.
174 174