aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Canet <ivan.canet@gmail.com>2019-01-25 15:46:01 +0100
committerSimon Ogorodnik <simon.ogorodnik@gmail.com>2019-01-25 17:46:01 +0300
commitc189c8c338c219b8d773666475f5ae2818461b0a (patch)
tree99f9165525c496ae351e8d36c281ad2d7a1ccbaf
parente94df7be47eef5b8305c291037a6b15852647eb8 (diff)
downloaddokka-c189c8c338c219b8d773666475f5ae2818461b0a.tar.gz
dokka-c189c8c338c219b8d773666475f5ae2818461b0a.tar.bz2
dokka-c189c8c338c219b8d773666475f5ae2818461b0a.zip
Typo in README: "not overrides" (#399)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 170ecfa6..db1ccd24 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ dokka {
impliedPlatforms = ["JVM"] // See platforms section of documentation
// Manual adding files to classpath
- // This property not overrides classpath collected from kotlinTasks but appends to it
+ // This property doesn't override classpath collected from kotlinTasks but appends to it
classpath = [new File("$buildDir/other.jar")]
// By default, sourceRoots is taken from kotlinTasks, following roots will be appended to it