Skip to content

Commit 544551c

Browse files
Update _overviews/scala3-contribution/procedures-testing.md
Co-authored-by: Sébastien Doeraene <[email protected]>
1 parent 1173035 commit 544551c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-contribution/procedures-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ object Test extends scala.App:
8686

8787
If your program also prints output, this can be compared against `*.check` files.
8888
These contain the expected output of a program. Checkfiles are named after the issue they are checking,
89-
e.g. `tests/run/i101.check` will check both of `tests/run/i101.scala` and `tests/run/i101/`.
89+
e.g. `tests/run/i101.check` will check either `tests/run/i101.scala` or `tests/run/i101/`.
9090

9191
### Checking Compilation Errors
9292

0 commit comments

Comments
 (0)