Quellcode durchsuchen

Fix POLICIES typo

Stuart Kent vor 9 Jahren
Ursprung
Commit
1f2f948356
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      POLICIES.md

+ 1
- 1
POLICIES.md Datei anzeigen

@@ -38,7 +38,7 @@ References: [[1](https://github.com/exercism/java/issues/177#issuecomment-261291
38 38
     `throw new UnsupportedOperationException("Delete this statement and write your own implementation.");`
39 39
 > - 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.
40 40
 
41
-References: [[1](https://github.com/exercism/java/issues/178)], [[2](https://github.com/exercism/java/pull/683#discussion_r125506930))
41
+References: [[1](https://github.com/exercism/java/issues/178)], [[2](https://github.com/exercism/java/pull/683#discussion_r125506930)]
42 42
 
43 43
 ### Do not make user-facing classes `final`
44 44