Skip to content

Commit 4fd51b8

Browse files
Fix references to scalafix-
1 parent 8a4d7b5 commit 4fd51b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Even better, instead of providing a diff, you can directly add it as a test case
2929

3030
1. Fork this repository and create a separate branch;
3131

32-
2. Add a file in the `scalafix-input/src/main/scala/fix/` directory with code
32+
2. Add a file in the `scalafix/input/src/main/scala/fix/` directory with code
3333
that uses the standard collections:
3434

3535
~~~ scala
@@ -38,7 +38,7 @@ class toIteratorVsIterator(xs: Iterable[Int]) {
3838
}
3939
~~~
4040

41-
3. Add a corresponding file in the `scalafix-output213/src/main/scala/fix/` directory
41+
3. Add a corresponding file in the `scalafix/output213/src/main/scala/fix/` directory
4242
with the same code but using the strawman:
4343

4444
~~~ scala

0 commit comments

Comments
 (0)