Skip to content

Commit 6c0288e

Browse files
committed
Improve wording
1 parent bd7e999 commit 6c0288e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Sources/Testing/Issues/Issue.swift

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,14 @@ public struct Issue: Sendable {
8787
/// - ``warning``
8888
@_spi(Experimental)
8989
public enum Severity: Sendable {
90-
/// The severity level representing an issue which may be a concern but is
91-
/// not an error.
90+
/// The severity level for an issue which should be noted but is not
91+
/// necessarily an error.
9292
///
9393
/// An issue with warning severity does not cause the test it's associated
9494
/// with to be marked as a failure, but is noted in the results.
9595
case warning
9696

97-
/// The severity level representing an issue which represents an error in a
98-
/// test.
97+
/// The severity level for an issue which represents an error in a test.
9998
///
10099
/// An issue with error severity causes the test it's associated with to be
101100
/// marked as a failure.

0 commit comments

Comments
 (0)