Skip to content

Commit bb54504

Browse files
authored
Fix typo in CommunityProjectsBuild.kt build script (#3829)
substitues -> substitutes
1 parent bc35cd8 commit bb54504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/CommunityProjectsBuild.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ private val LOGGER: Logger = Logger.getLogger("Kotlin settings logger")
1515
* Functions in this file are responsible for configuring kotlinx.coroutines build against a custom dev version
1616
* of Kotlin compiler.
1717
* 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").
18+
* are compatible with our libraries (aka "integration testing that substitutes lack of unit testing").
1919
*/
2020

2121
/**

0 commit comments

Comments
 (0)