Skip to content

Commit

Permalink
Add comment to Document
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Nov 13, 2024
1 parent 7a17f63 commit 9d5f855
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CotEditor/Sources/Document/Document.swift
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,9 @@ extension Document: EditorSource {
}


/// Opens an existing document file (alternative methods for `init(contentsOf:ofType:)`).
/// Opens an existing document file (alternative method for `init(contentsOf:ofType:)`).
///
/// - Parameter url: The URL of the opening file.
nonisolated func didMakeDocumentForExistingFile(url: URL) {

// [caution] This method may be called from a background thread due to concurrent-opening.
Expand Down

0 comments on commit 9d5f855

Please sign in to comment.