From 7de84a476797fabf5464c8695fd5d25786946c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Wed, 16 Oct 2013 15:47:56 +0200 Subject: [PATCH] Fixed typo. --- matlab/@dates/horzcat.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/@dates/horzcat.m b/matlab/@dates/horzcat.m index 82541df64..dd26414a9 100644 --- a/matlab/@dates/horzcat.m +++ b/matlab/@dates/horzcat.m @@ -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] ; %