Skip to content

Commit 53f20b6

Browse files
author
Sharma Elanthiriayan
committed
Fix comments.
1 parent 6ec4b68 commit 53f20b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Storage/Storage/Protocols/StorageManagerType.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Yosemite/Yosemite/Tools/EntityListener.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)