Skip to content

Commit

Permalink
Merge pull request #2213 from eugene-g/patch-3
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
matthid authored Nov 26, 2018
2 parents 89ea202 + d134347 commit 0b1be36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Fake.IO.Zip/Zip.fs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ let unzipSingleFileInMemory fileToUnzip (zipFileName : string) =

/// Unzips a single file from the archive with the given file name.
/// ## Parameters
/// - `predicate` - The predictae for the searched file in the archive.
/// - `predicate` - The predicate for the searched file in the archive.
/// - `zipFileName` - The file name of the zip file.
let unzipFirstMatchingFileInMemory predicate (zipFileName : string) =
#if DOTNETCORE
Expand Down

0 comments on commit 0b1be36

Please sign in to comment.