We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc35cd8 commit bb54504Copy full SHA for bb54504
buildSrc/src/main/kotlin/CommunityProjectsBuild.kt
@@ -15,7 +15,7 @@ private val LOGGER: Logger = Logger.getLogger("Kotlin settings logger")
15
* Functions in this file are responsible for configuring kotlinx.coroutines build against a custom dev version
16
* of Kotlin compiler.
17
* Such configuration is used in a composite community build of Kotlin in order to check whether not-yet-released changes
18
- * are compatible with our libraries (aka "integration testing that substitues lack of unit testing").
+ * are compatible with our libraries (aka "integration testing that substitutes lack of unit testing").
19
*/
20
21
/**
0 commit comments