Skip to content

Commit 4e517c0

Browse files
committed
fix miss_hit suggestion, hopefully it will work this time
1 parent 091f59d commit 4e517c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subfun/expDesign.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
maxNumFixTargPerBlock = cfg.target.maxNbPerBlock;
6767

6868
if mod(numEventsPerBlock, length(motionDirections)) ~= 0
69-
warning('the n. of events per block is not a multiple of the n. of experimental conditions');
69+
warning('the n. of events per block is not a multiple of experimental conditions');
7070
end
7171

7272
%% Adapt some variables according to input

0 commit comments

Comments
 (0)