From c189c8c338c219b8d773666475f5ae2818461b0a Mon Sep 17 00:00:00 2001 From: Ivan Canet Date: Fri, 25 Jan 2019 15:46:01 +0100 Subject: Typo in README: "not overrides" (#399) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit