Skip to content

Commit d4f0c1b

Browse files
committed
Docs
1 parent da8f92c commit d4f0c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeEdit/Features/CEWorkspace/Models/CEWorkspaceFileManager+FileManagement.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ extension CEWorkspaceFileManager {
5858
/// - Authors: Mattijs Eikelenboom, KaiTheRedNinja. *Moved from 7c27b1e*
5959
/// - Throws: Throws a `CocoaError.fileWriteUnknown` with the file url if creating the file fails, and calls
6060
/// ``rebuildFiles(fromItem:deep:)`` which throws other `FileManager` errors.
61-
/// - Returns: The newly created file.
61+
/// - Returns: The ``CEWorkspaceFile`` representing the new file in the file manager's cache.
6262
func addFile(
6363
fileName: String,
6464
toFile file: CEWorkspaceFile,

0 commit comments

Comments
 (0)