diff --git a/tool/execution/parallel/plantuml/src/main/kotlin/flank/exection/parallel/plantuml/PlantUml.kt b/tool/execution/parallel/plantuml/src/main/kotlin/flank/exection/parallel/plantuml/PlantUml.kt index f11233c9cb..602a6cc7e4 100644 --- a/tool/execution/parallel/plantuml/src/main/kotlin/flank/exection/parallel/plantuml/PlantUml.kt +++ b/tool/execution/parallel/plantuml/src/main/kotlin/flank/exection/parallel/plantuml/PlantUml.kt @@ -6,7 +6,7 @@ import flank.exection.parallel.plantuml.internal.generatePlantUmlString import java.io.File /** - * Generates plant uml file and save on drive. + * Generates plantuml file and saves on drive. * * @receiver Source object of execution. Used for generating filename and reducing tasks names. * @param tasks Tasks relations graph required to generate diagram. @@ -22,7 +22,7 @@ fun Any.generatePlanUml( ) /** - * Generates plant uml file and save on drive. + * Generates plantuml file and saves on drive. * * @param tasks Tasks relations graph required to generate diagram. * @param path Path to generated file. @@ -39,7 +39,7 @@ fun generatePlanUml( ) /** - * Generates plant uml string. + * Generates plantuml string. * * @receiver Source object of execution. Used for reducing tasks names. * @param tasks Tasks relations graph required to generate diagram. @@ -52,7 +52,7 @@ fun Any.generatePlantUml( ) /** - * Generates plant uml string. + * Generates plantuml string. * * @param tasks Tasks relations graph required to generate diagram. * @param prefixToRemove Optional prefix to remove from each task name.