Skip to content

Commit eb34ca3

Browse files
Apply suggestions from code review
Co-authored-by: Remi Gau <[email protected]>
1 parent 29254b2 commit eb34ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/waitForTrigger.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function waitForTrigger(varargin)
2626
% - varargin{3} = quietMode: a boolean to make sure nothing is printed on the screen or
2727
% the prompt
2828
%
29-
% - nvarargin{3} = bTriggersToWait
29+
% - nvarargin{3} = nbTriggersToWait
3030

3131
[cfg, nbTriggersToWait, deviceNumber, quietMode] = checkInputs(varargin);
3232

0 commit comments

Comments
 (0)