Skip to content

Commit 511a237

Browse files
committed
Invalid KDoc
1 parent 2dd7664 commit 511a237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/util/FolderRegister.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import java.io.File
99
/**
1010
* The [FolderRegister] object is responsible for managing the directory structure of the application.
1111
*
12-
* @property minecraft The root directory of the Minecraft client. It is retrieved using the `runDirectory` property of the Minecraft client instance.
12+
* @property minecraft The root directory of the Minecraft client. It is retrieved using the [Platform.getGameFolder] function of the Architectury API.
1313
* @property lambda The directory for the Lambda client, located within the Minecraft directory.
1414
* @property config The directory for storing configuration files, located within the Lambda directory.
1515
*/

0 commit comments

Comments
 (0)