Skip to content

Commit c13ed52

Browse files
committed
updated
1 parent aefb4bc commit c13ed52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inc/preamble.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ A test case will fail if it produces one or more [errors](#errors) with the
8484
The supported severity levels are a subset of the values defined in [RFC
8585
5424](https://www.rfc-editor.org/rfc/rfc5424.html).
8686

87-
2. `WARNING` - an issue which does not prevent the test from *passing*, but
87+
2. `WARNING`: an issue which does not prevent the test case from *passing*, but
8888
which may benefit from further investigation.
89-
1. `ERROR` - an issue which prevents the test case from *passing*, but does not
89+
1. `ERROR`: an issue which prevents the *test case* from passing, but does not
9090
prevent the test case from *continuing*. A test case may produce multiple
9191
`ERROR` results.
92-
2. `CRITICAL` - an issue which prevents the test case from continuing any
92+
2. `CRITICAL`: an issue which prevents the test suite from continuing any
9393
further. A test case will only produce a single `CRITICAL` result and it will
9494
always be the last result in the log.
9595

0 commit comments

Comments
 (0)