Skip to content

Commit

Permalink
Update Sources/EmbraceCoreDataInternal/CoreDataWrapper.swift
Browse files Browse the repository at this point in the history
Co-authored-by: ArielDemarco <ariel.demarco@embrace.io>
  • Loading branch information
NachoEmbrace and ArielDemarco authored Jan 23, 2025
1 parent 02a0f28 commit 8370118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/EmbraceCoreDataInternal/CoreDataWrapper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class CoreDataWrapper {
self.context.persistentStoreCoordinator = self.container.persistentStoreCoordinator
}

/// Synchronously saves all changes on the current context to disk
/// Asynchronously saves all changes on the current context to disk
public func save() {
context.perform { [weak self] in
do {
Expand Down

0 comments on commit 8370118

Please sign in to comment.