Skip to content

Commit 049f742

Browse files
committed
Fix comment typo [ci skip]
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent 9221b11 commit 049f742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nextflow/src/main/groovy/nextflow/extension/GroupKey.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import org.codehaus.groovy.runtime.InvokerHelper
2626
* Helper class used to wrap a generic key object and to attach it
2727
* a size attribute to implement a dynamic `groupTuple` size rule
2828
*
29-
* See {@link nextflow.Nextflow#groupKey(java.lang.Object)}
29+
* See {@link nextflow.Nextflow#groupKey(java.lang.Object, int i)}
3030
*
3131
* @author Paolo Di Tommaso <paolo.ditommaso@gmail.com>
3232
*/

0 commit comments

Comments
 (0)