We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6291e5a commit 8673c4eCopy full SHA for 8673c4e
Sources/Testing/Issues/Issue.swift
@@ -81,10 +81,10 @@ public struct Issue: Sendable {
81
82
/// An enumeration representing the level of severity of a recorded issue.
83
///
84
- /// The supported levels, in decreasing order of severity, are:
+ /// The supported levels, in increasing order of severity, are:
85
86
- /// - ``error``
87
/// - ``warning``
+ /// - ``error``
88
@_spi(Experimental)
89
public enum Severity: Sendable {
90
/// The severity level for an issue which should be noted but is not
0 commit comments