Skip to content

Commit

Permalink
Doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
weichsel committed Jun 9, 2024
1 parent a077036 commit ee780a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/ZIPFoundation/Archive.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public final class Archive: Sequence {
/// Indicates that a newly instantiated `Archive` should update an existing backing file.
case update

/// Indicates that the archive can be written to.
var isWritable: Bool { self != .read }
}

Expand Down

0 comments on commit ee780a5

Please sign in to comment.