Skip to content

Commit a83fdf1

Browse files
committed
tabulate: fix typo in BISTs
1 parent e060d65 commit a83fdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/tabulate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
%! assert ([tbl{:,2}]', [2; 1]);
348348
%!test
349349
%! ## Test string array with missing values
350-
%! x = string ({'a", 'b', 'a'});
350+
%! x = string ({'a', 'b', 'a'});
351351
%! x(4) = missing;
352352
%! tbl = tabulate (x);
353353
%! assert (iscell (tbl));

0 commit comments

Comments
 (0)