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 d9b6a82 commit 3c21c62Copy full SHA for 3c21c62
stdlib/public/core/ErrorType.swift
@@ -81,15 +81,15 @@ import SwiftShims
81
/// including the line and column numbers where the error occurred:
82
///
83
/// struct XMLParsingError: Error {
84
-/// enum ErrorKind {
+/// enum Kind {
85
/// case invalidCharacter
86
/// case mismatchedTag
87
/// case internalError
88
/// }
89
90
/// let line: Int
91
/// let column: Int
92
-/// let kind: ErrorKind
+/// let kind: Kind
93
94
95
/// func parse(_ source: String) throws -> XMLDoc {
0 commit comments