changeset 29940:e02d93886621

datenum.m: Fix typo in docstring. * datenum.m: Remove duplicate article 'a' in sentece.
author Rik <rik@octave.org>
date Wed, 04 Aug 2021 08:27:01 -0700
parents 00c69fbf1942
children 5f1390d6b5b4
files scripts/time/datenum.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/time/datenum.m	Tue Aug 03 13:18:34 2021 -0700
+++ b/scripts/time/datenum.m	Wed Aug 04 08:27:01 2021 -0700
@@ -84,7 +84,7 @@
 ## @end itemize
 ##
 ## @strong{Caution:} datenums represent a specific time for the Earth as a
-## a whole.  They do not take in to account time zones (shifts in time based
+## whole.  They do not take in to account time zones (shifts in time based
 ## on location), nor seasonal changes due to Daylight Savings Time (shifts in
 ## time based on local regulation).  Be aware that it is possible to create
 ## datenums that, when interpreted by a function which accounts for time zone