[minor] Fix typo in comment

This commit is contained in:
Ilya Muradyan
2020-05-29 13:52:56 +03:00
committed by Ilya Chernikov
parent 4d2caa8e76
commit 6da22414dc
@@ -148,7 +148,7 @@ val ScriptCompilationConfigurationKeys.refineConfigurationOnAnnotations by Prope
val ScriptCompilationConfigurationKeys.refineConfigurationBeforeCompiling by PropertiesCollection.key<List<RefineConfigurationUnconditionallyData>>(isTransient = true)
/**
* The list of script fragments that should be compiled intead of the whole text
* The list of script fragments that should be compiled instead of the whole text
* (for use primary with the refinement callbacks)
*/
val ScriptCompilationConfigurationKeys.sourceFragments by PropertiesCollection.key<List<ScriptSourceNamedFragment>>()