Skip to content

Fix typos #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ final class UIColorValueTransformer: ValueTransformer {
}

extension UIColorValueTransformer {
/// The name of the transformer. This is the name used to register the transformer using `ValueTransformer.setValueTrandformer(_"forName:)`.
/// The name of the transformer. This is the name used to register the transformer using `ValueTransformer.setValueTransformer(_"forName:)`.
static let name = NSValueTransformerName(rawValue: String(describing: UIColorValueTransformer.self))

/// Registers the value transformer with `ValueTransformer`.
Expand Down
2 changes: 1 addition & 1 deletion CoreDataBestPractices/Best Practices/Threading.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import CoreData
extension PersistentContainer {

/// Wrong: don't pass the objects.
/// With `-com.apple.CoreData.ConcurrencyDebug 1` launch argument enabled this is catched early on.
/// With `-com.apple.CoreData.ConcurrencyDebug 1` launch argument enabled this is caught early on.
func deleteObjects(_ objects: [NSManagedObject]) {
let taskContext = newBackgroundContext()
taskContext.perform {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ I would love for this project to grow as a source of best practices regarding Co

## License

**Core Data Best Pratices** is available under the MIT license, and uses source code from open source projects. See the [LICENSE](https://github.com/AvdLee/CoreDataBestPractices/blob/main/LICENSE) file for more info.
**Core Data Best Practices** is available under the MIT license, and uses source code from open source projects. See the [LICENSE](https://github.com/AvdLee/CoreDataBestPractices/blob/main/LICENSE) file for more info.

## Author

Expand Down