Skip to content

Commit 1173035

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

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
@@ -73,7 +73,7 @@ in a single run, this is called *joint compilation*. In this case use file names
7373

7474
### Checking Program Output
7575

76-
`tests/run` tests verify the runtime behaviour of a test case. The output is checked by invoking a main method
76+
`tests/run` tests verify the run-time behaviour of a test case. The output is checked by invoking a main method
7777
on a class `Test`, this can be done with either
7878
```scala
7979
@main def Test: Unit = assert(1 > 0)

0 commit comments

Comments
 (0)