Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Aug 4, 2024
1 parent f0226cb commit 8f08ea5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ String after(Path path) throws IOException {

/**
* Prefer {@link Files#createTempFile(String, String, FileAttribute[])} over alternatives that
* create files will more liberal permissions.
* create files with more liberal permissions.
*/
static final class FilesCreateTempFileToFile {
@BeforeTemplate
Expand Down

0 comments on commit 8f08ea5

Please sign in to comment.