Skip to content

Commit 45bf4e8

Browse files
authored
NFC: fix comment typo in ZipArchiver (#6366)
`to used by` -> `to be used by`
1 parent 6c05b06 commit 45bf4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Basics/Archiver+Zip.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public struct ZipArchiver: Archiver, Cancellable {
2626
/// Creates a `ZipArchiver`.
2727
///
2828
/// - Parameters:
29-
/// - fileSystem: The file-system to used by the `ZipArchiver`.
29+
/// - fileSystem: The file-system to be used by the `ZipArchiver`.
3030
/// - cancellator: Cancellation handler
3131
public init(fileSystem: FileSystem, cancellator: Cancellator? = .none) {
3232
self.fileSystem = fileSystem

0 commit comments

Comments
 (0)