Skip to content

Commit

Permalink
Update a code comment
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Von Schrottky <[email protected]>
  • Loading branch information
crazytonyli and guarani authored Jul 5, 2023
1 parent 8ee703f commit 12554ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WordPress/Classes/Utility/CoreDataHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ extension CoreDataStack {
/// the context object is, nor the context queue type (the main queue or a background queue). That means the caller
/// does not have enough information to guarantee safe access to the returned `NSManagedObject` instances.
///
/// The closure passed to the `performQuery` function should use the context to query objects and return none Core Data
/// The closure passed to the `performQuery` function should use the context to query objects and return non- Core Data
/// types. Here is an example of how it should be used.
///
/// ```
Expand Down

0 comments on commit 12554ea

Please sign in to comment.