Fixed typo.

time-shift
Stéphane Adjemian (Charybdis) 2013-10-16 15:47:56 +02:00
parent 08f693dffd
commit 7de84a4767
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ function B = horzcat(varargin) % --*-- Unitary tests --*--
% o B dates object containing dates defined in A1, A2, ...
%
% EXAMPLE 1
% If A, B and C are dates object the following syntax:
% If A, B and C are dates objects the following syntax:
%
% D = [A, B, C] ;
%