Skip to content

Commit

Permalink
Fix typo in TrinoFileSystem comment
Browse files Browse the repository at this point in the history
Code cleanup
  • Loading branch information
elonazoulay authored and findepi committed Feb 23, 2024
1 parent 546b60a commit 5806f67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public interface TrinoFileSystem

/**
* Deletes the specified file. The file location path cannot be empty, and must not end with
* a slash or whitespace. If the file is a director, an exception is raised. If the file does
* a slash or whitespace. If the file is a directory, an exception is raised. If the file does
* not exist, this method is a noop.
*
* @throws IllegalArgumentException if location is not valid for this file system
Expand Down

0 comments on commit 5806f67

Please sign in to comment.