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

Fix hints file name in POLICIES doc

Stuart Kent 9 лет назад
Родитель
Сommit
ab11c68799
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      POLICIES.md

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

@@ -35,7 +35,7 @@ References: [[1](https://github.com/exercism/java/issues/177#issuecomment-261291
35 35
 
36 36
 > - Exercises 1-20: provide stubs for all required constructors and methods. Stubs should include the following body:
37 37
     `throw new UnsupportedOperationException("Delete this statement and write your own implementation.");`
38
-> - Exercises 21+: provide no stubs by default, but either (1) add hints to the HINTS.md file (which gets merged into the README.md for the exercise) or (2) provide stubs as in exercises 1-20 for exercises that demand complicated method signatures.
38
+> - Exercises 21+: provide no stubs by default, but either (1) add hints to the hints.md file (which gets merged into the README.md for the exercise) or (2) provide stubs as in exercises 1-20 for exercises that demand complicated method signatures.
39 39
 
40 40
 References: [[1](https://github.com/exercism/java/issues/178)], [[2](https://github.com/exercism/java/pull/683#discussion_r125506930)]
41 41
 
@@ -56,7 +56,7 @@ References: [[1](https://github.com/exercism/java/issues/101#issuecomment-249349
56 56
 
57 57
 ### Multiple file submissions
58 58
 
59
-> The first exercise in the track whose test suite mandates multiple solution files should be accompanied by a HINTS.md file reminding the practitioner that the CLI supports multiple file submissions.
59
+> The first exercise in the track whose test suite mandates multiple solution files should be accompanied by a hints.md file reminding the practitioner that the CLI supports multiple file submissions.
60 60
 
61 61
 References: [[1](https://github.com/exercism/java/issues/365#issuecomment-292533120)]
62 62