Skip to content

Commit de71e05

Browse files
committed
chore: Updated comment.
Signed-off-by: Iva Horn <iva.horn@nextcloud.com>
1 parent 3ff19ff commit de71e05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/NextcloudFileProviderKit/Metadata/ItemMetadata.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ public extension ItemMetadata {
174174

175175
func remotePath() -> String {
176176
if ocId == NSFileProviderItemIdentifier.rootContainer.rawValue {
177-
// For the root container the fileName is "__NC_ROOT__" (aka NextcloudKit.shared.nkCommonInstance.rootFileName)
178-
// --> appending the fileName to that is not correct, as it most likely won't ecist
177+
// For the root container the fileName is defined by NextcloudKit.shared.nkCommonInstance.rootFileName.
178+
// --> appending the fileName to that is not correct, as it most likely won't exist.
179179
return serverUrl
180180
}
181181

0 commit comments

Comments
 (0)