Skip to content

Commit

Permalink
TYPO in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
schoffelen committed Jan 23, 2025
1 parent 7ea1071 commit f82a6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotting/ft_plot_topo.m
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
% convert the yes/no strings into boolean values
box = istrue(box);

% check for nans in the data, they can be still left incase people want to mask non channels.
% check for nans in the data, they can be still left in case people want to mask nan channels.
NaNind = isnan(dat);
if any(NaNind) && ~isempty(mask) && isequal(isnan(dat), ~datmask)
ft_warning('the interpolation will exclude channels containing NaNs');
Expand Down

0 comments on commit f82a6f3

Please sign in to comment.