Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-g authored Nov 26, 2018
1 parent 76457c0 commit d134347
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 d134347

Please sign in to comment.