Skip to content

Commit c472458

Browse files
committed
Fix typo
1 parent 17f7fb8 commit c472458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/tschuchort/compiletesting/KotlinCompilation.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class KotlinCompilation {
7171
var pluginClasspaths: List<File> = emptyList()
7272

7373
/**
74-
* Compiler plugins that should be added the compilation
74+
* Compiler plugins that should be added to the compilation
7575
*/
7676
var compilerPlugins: List<ComponentRegistrar> = emptyList()
7777

0 commit comments

Comments
 (0)