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 {
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.
You can’t perform that action at this time.
0 commit comments