Skip to content

Commit

Permalink
fix API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 18, 2024
1 parent 461d15f commit 7565e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Creates an empty temporary file using Files#createTempFile.

- `(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 7565e00

Please sign in to comment.