Skip to content

Commit c46b111

Browse files
committed
Fix PR feedback
feature/identified-description
1 parent c3dbce3 commit c46b111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/CoreDataRepository/ReadableUnmanagedModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import Foundation
6666
/// )
6767
/// let fetchResult = try context.fetch(request)
6868
/// guard let managed = fetchResult.first, fetchResult.count == 1 else {
69-
/// throw CoreDataError.noMatchFoundWhenReadingItem
69+
/// throw CoreDataError.noMatchFoundWhenReadingItem(description: errorDescription)
7070
/// }
7171
/// return managed
7272
/// }

0 commit comments

Comments
 (0)