Skip to content

Commit c294d70

Browse files
Yet more doc fixes
1 parent 0aafe10 commit c294d70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/DataConnectError.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ public struct AnyDataConnectError: Error {
4747
}
4848
}
4949

50-
/// Represents an error domain which can have more granular error codes
50+
/// A type that represents an error domain with granular error codes.
51+
/// - SeeAlso: ``DataConnectError`` for the base error type.
5152
@available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
5253
public protocol DataConnectDomainError: DataConnectError {
5354
associatedtype ErrorCode: DataConnectErrorCode

0 commit comments

Comments
 (0)