Fixed typo in comments (unitary testof @dates/isempty).

time-shift
Stéphane Adjemian (Charybdis) 2013-10-15 15:50:17 +02:00
parent 24d68dceab
commit 786ad2b6eb
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ function B = isempty(A) % --*-- Unitary tests --*--
B = isequal(A.ndat,0);
%@test:1
%$ % Instantiate an empty dynDate object
%$ % Instantiate an empty dates object
%$ d = dates();
%$ % Test if this object is empty
%$ t(1) = isempty(d);