Skip to content

Commit

Permalink
typo fix (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfhayashi authored Nov 18, 2024
1 parent 99d6a3b commit 461d15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/babashka/fs.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
- `(create-temp-file)`: creates temp file with random prefix and suffix.
- `(create-temp-dir {:keys [:dir :prefix :suffix :posix-file-permissions]})`:
- `(create-temp-file {:keys [:dir :prefix :suffix :posix-file-permissions]})`:
create temp file in dir with prefix. If prefix and suffix are not provided,
random ones are generated.
File permissions can be specified with an `:posix-file-permissions` option.
Expand Down

0 comments on commit 461d15f

Please sign in to comment.