diff --git a/matlab/@dates/colon.m b/matlab/@dates/colon.m index a68b82519..03dc9220e 100644 --- a/matlab/@dates/colon.m +++ b/matlab/@dates/colon.m @@ -55,7 +55,7 @@ else end if ~isequal(A.freq,B.freq) - error(['dates::colon: Input arguments ' inputname(1) 'and ' inputname(2) ' must have common frequency!']) + error(['dates::colon: Input arguments ' inputname(1) ' and ' inputname(2) ' must have common frequency!']) end if A>B && d>0