diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/build/BuildFile.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/build/BuildFile.kt index e8b89078..f23b1716 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/build/BuildFile.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/build/BuildFile.kt @@ -26,7 +26,7 @@ class BuildFile(val path: Path, val name: String, val realPath: Path = path) { } /** - * @return the absolute directory of this projects' location, assuming the build file is in + * @return the absolute directory of this project's location, assuming the build file is in * $project/kobalt/src/Build.kt. */ val absoluteDir : File? get() {