File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -87,15 +87,14 @@ public struct Issue: Sendable {
87
87
/// - ``warning``
88
88
@_spi ( Experimental)
89
89
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.
92
92
///
93
93
/// An issue with warning severity does not cause the test it's associated
94
94
/// with to be marked as a failure, but is noted in the results.
95
95
case warning
96
96
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.
99
98
///
100
99
/// An issue with error severity causes the test it's associated with to be
101
100
/// marked as a failure.
You can’t perform that action at this time.
0 commit comments