Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
liz3 committed Oct 31, 2024
1 parent 336c1a9 commit de799f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/path/isSymbolicLink.du
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* isDir.du
* isSymbolic.du
*
* Testing Path.isDir()
* Testing Path.isSymbolicLink()
*
* Returns true if the given string is a path to a directory, else false. (Linux only)
* Returns true if the given string is a symbolic Link, else false. (Linux only)
*/
from UnitTest import UnitTest;

Expand Down

0 comments on commit de799f5

Please sign in to comment.