瀏覽代碼

Update POLICIES.md

Stuart Kent 9 年之前
父節點
當前提交
0c77d83f6b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      POLICIES.md

+ 1
- 1
POLICIES.md 查看文件

@@ -42,7 +42,7 @@ References: [[1](https://github.com/exercism/xjava/issues/178)]
42 42
 
43 43
 ### Ignore noninitial tests
44 44
 
45
-> All but the first test in an exercise test suite should be annotated `@Ignore("Remove to run test)` (single test) or `@Ignore("Remove to run tests)` (parametrized test).
45
+> All but the first test in an exercise test suite should be annotated `@Ignore("Remove to run test")` (single test) or `@Ignore("Remove to run tests")` (parametrized test).
46 46
 
47 47
 References: [[1](https://github.com/exercism/xjava/issues/101#issuecomment-249349204)]
48 48