Fixed comments

This commit is contained in:
Observer KRypt0n_ 2022-01-06 19:52:16 +02:00
parent 6bbd40ca62
commit 9c85cef91c
No known key found for this signature in database
GPG key ID: DC5D4EC1303465DA

View file

@ -46,14 +46,14 @@ class Paths
/** /**
* Shaders directory * Shaders directory
* *
* @default "[constants.paths.app]/public/shaders" * @default "[constants.paths.appDir]/public/shaders"
*/ */
public static readonly shadersDir: string = `${this.appDir}/public/shaders`; public static readonly shadersDir: string = `${this.appDir}/public/shaders`;
/** /**
* Locales directory * Locales directory
* *
* @default "[constants.paths.app]/public/locales" * @default "[constants.paths.appDir]/public/locales"
*/ */
public static readonly localesDir: string = `${this.appDir}/public/locales`; public static readonly localesDir: string = `${this.appDir}/public/locales`;