Skip to content

Commit 50c57b9

Browse files
committed
Fix HINTS.md references in POLICIES doc
1 parent 8a8613c commit 50c57b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

POLICIES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ References: [[1](https://github.com/exercism/java/issues/177#issuecomment-261291
3838
`throw new UnsupportedOperationException("Delete this statement and write your own implementation.");`
3939
> - Exercises 11-20: provide stubs for all constructors and methods required by the first test; comment-out the bodies of any tests that require non-stubbed constructors or methods. Stubs should include the following body:
4040
`throw new UnsupportedOperationException("Delete this statement and provide your own implementation.");`
41-
> - Exercises 21+: provide no stubs, but mention any "interesting" interface aspects in the HINT.md file (which gets merged into the README.md for the exercise).
41+
> - Exercises 21+: provide no stubs, but mention any "interesting" interface aspects in the HINTS.md file (which gets merged into the README.md for the exercise).
4242
4343
References: [[1](https://github.com/exercism/java/issues/178)]
4444

@@ -54,7 +54,7 @@ References: [[1](https://github.com/exercism/java/issues/101#issuecomment-249349
5454

5555
### Multiple file submissions
5656

57-
> The first exercise in the track whose test suite mandates multiple solution files should be accompanied by a HINT.md file reminding the practitioner that the CLI supports multiple file submissions.
57+
> 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.
5858
5959
References: [[1](https://github.com/exercism/java/issues/365#issuecomment-292533120)]
6060

0 commit comments

Comments
 (0)