Skip to content

Commit c627096

Browse files
committed
Update comment
1 parent 6e1706a commit c627096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/mech-test

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ my $disordered = shift || -1; # 1 for "disordered", 0 for "no disorder", -1 for
1414
my $base = 'http://0.0.0.0:5000';
1515
my $max = 10;
1616

17-
# Flip the values of plus/minus
17+
# Flip the values of plus/minus given the disordered flag
1818
my ( $plus, $minus );
1919
if ( $disordered ) {
2020
( $plus, $minus ) = ( $max, 1 );

0 commit comments

Comments
 (0)