Skip to content

Commit 8673c4e

Browse files
committed
Describe the cases in increasing order instead of decreasing
1 parent 6291e5a commit 8673c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Testing/Issues/Issue.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ public struct Issue: Sendable {
8181

8282
/// An enumeration representing the level of severity of a recorded issue.
8383
///
84-
/// The supported levels, in decreasing order of severity, are:
84+
/// The supported levels, in increasing order of severity, are:
8585
///
86-
/// - ``error``
8786
/// - ``warning``
87+
/// - ``error``
8888
@_spi(Experimental)
8989
public enum Severity: Sendable {
9090
/// The severity level for an issue which should be noted but is not

0 commit comments

Comments
 (0)