Skip to content

Commit 47a0cc1

Browse files
authored
Fix typo in comments (#5891) [ci skip]
Signed-off-by: Robrecht Cannoodt <[email protected]>
1 parent 2b45f39 commit 47a0cc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nextflow/src/main/groovy/nextflow/trace/TraceObserver.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ import java.nio.file.Path
3131
trait TraceObserver {
3232

3333
/**
34-
* The is method is invoked when the flow is going to start
34+
* This method is invoked when the flow is going to start
3535
*/
3636
void onFlowCreate(Session session) {}
3737

3838
/**
39-
* The is method is invoked when the flow is going to start
39+
* This method is invoked when the flow is going to start
4040
*/
4141
void onFlowBegin() {}
4242

0 commit comments

Comments
 (0)