Skip to content

Commit

Permalink
Correct the KDoc
Browse files Browse the repository at this point in the history
### What's done:
  • Loading branch information
0x6675636b796f75676974687562 committed Jul 27, 2022
1 parent d3885c7 commit 9bc15e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ internal fun Path.deleteIfExistsSilently() {
/**
* @receiver the 1st operand.
* @param other the 2nd operand.
* @return `true` if, and only if, the two paths locate the same file.
* @return `true` if, and only if, the two paths locate the same `JAVA_HOME`.
*/
internal fun Path.isSameJavaHomeAs(other: Path): Boolean =
isDirectory() &&
Expand Down

0 comments on commit 9bc15e5

Please sign in to comment.