Skip to content

Commit

Permalink
Fixed typo in zip archive example (#2703)
Browse files Browse the repository at this point in the history
  • Loading branch information
ancantus committed Sep 18, 2024
1 parent b036444 commit 42eb295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/cookbook/create-zip-archive/00-camlzip.ml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let rec traverse_fs f directory =
Sys.readdir directory
|> Array.iter
(fun entry ->
traverse
traverse_fs
f (directory ^ "/" ^ entry))
else
f directory
Expand Down

0 comments on commit 42eb295

Please sign in to comment.