Skip to content

Commit

Permalink
Update CPIOArchiveWriter.swift
Browse files Browse the repository at this point in the history
Update documentation comment
  • Loading branch information
LebJe authored Jul 21, 2021
1 parent f97f35f commit cfd9cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CPIOArchiveKit/CPIOArchiveWriter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
///
/// let header = Header(
/// name: "hello.txt",
/// mode: FileMode(rawValue: 0o644),
/// mode: FileMode(0o644),
/// modificationTime: Int(Date().timeIntervalSince1970)
/// )
/// writer.addFile(header: header, contents: "Hello World!")
Expand Down

0 comments on commit cfd9cae

Please sign in to comment.