Skip to content

Commit 3e68da9

Browse files
i2h3Copilot
andauthored
Update Sources/NextcloudKit/Models/NKShare.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Iva Horn <iva.horn@posteo.de>
1 parent d24bdc4 commit 3e68da9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/NextcloudKit/Models/NKShare.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public final class NKShare: NSObject {
4242
/// Determine the default permission value based on the given type value.
4343
///
4444
/// - Parameters:
45-
/// - type: The raw numeric value of a share type.
45+
/// - type: The share type enum value.
4646
///
4747
public static func defaultPermission(for type: NKShare.ShareType) -> Permission {
4848
if type == .publicLink {

0 commit comments

Comments
 (0)