File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Storage/Storage/Protocols Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public protocol StorageManagerType {
1616 ///
1717 var viewStorage : StorageType { get }
1818
19- /// Returns the `Storage` associated to the main thread .
19+ /// Returns a shared derived storage instance dedicated for write operations .
2020 ///
2121 var writerDerivedStorage : StorageType { get }
2222
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ private extension EntityListener {
8585 }
8686 }
8787
88- /// Returns the first NSManagedObject stored in a fiven collection, which represents the specified (ReadOnly) entity.
88+ /// Returns the first NSManagedObject stored in a given collection, which represents the specified (ReadOnly) entity.
8989 ///
9090 func readOnlyConvertible( from storageEntities: Set < NSManagedObject > , representing readOnlyEntity: T ) -> TypeErasedReadOnlyConvertible ? {
9191 for case let storageEntity as TypeErasedReadOnlyConvertible in storageEntities {
You can’t perform that action at this time.
0 commit comments