Skip to content

Commit

Permalink
Fix typos in Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 6, 2024
1 parent 3ccc740 commit ec7bc35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private void testChineseFileName(final String expected, final String sourceFile,
}

/**
* Tests Chinese Filename for Windows behavior.
* Tests Chinese file name for Windows behavior.
*
* @throws IOException When the test fails.
*/
Expand All @@ -73,7 +73,7 @@ public void testChineseFileNameGBK() throws IOException {
}

/**
* Tests Chinese Filename for Windows behavior.
* Tests Chinese file name for Windows behavior.
*
* @throws IOException When the test fails.
*/
Expand Down

0 comments on commit ec7bc35

Please sign in to comment.