develooper Front page | perl.perl6.language | Postings from July 2010

r31600 -[S32/Temporal] Prose edit; "C<Seq>" -> "list"

From:
pugs-commits
Date:
July 9, 2010 12:47
Subject:
r31600 -[S32/Temporal] Prose edit; "C<Seq>" -> "list"
Message ID:
20100709194734.29518.qmail@feather.perl6.nl
Author: Kodi
Date: 2010-07-09 21:47:34 +0200 (Fri, 09 Jul 2010)
New Revision: 31600

Modified:
   docs/Perl6/Spec/S32-setting-library/Temporal.pod
Log:
[S32/Temporal] Prose edit; "C<Seq>" -> "list"

Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Temporal.pod	2010-07-09 19:09:30 UTC (rev 31599)
+++ docs/Perl6/Spec/S32-setting-library/Temporal.pod	2010-07-09 19:47:34 UTC (rev 31600)
@@ -51,7 +51,7 @@
 Note that in this document, the term "POSIX time" means the number of
 seconds since midnight UTC of 1 January 1970, not counting leap seconds.
 This is the same as the output of the ISO C C<time> function except that it
-includes a fractional part.
+also includes a fractional part.
 
 =head1 C<time>
 
@@ -91,7 +91,7 @@
 below). C<:timezone> is a callable object that takes a C<DateTime> and
 returns a two-element list giving the difference from UTC in (possibly both
 negative, but not of opposite signs) hours and minutes. Alternatively,
-C<:timezone> can be a two-element C<Seq>, which is interpreted as a static
+C<:timezone> can be a two-element list, which is interpreted as a static
 offset from UTC. The default time zone is C<(0, 0)> (i.e., UTC).
 
 A shorter way to send in date and time information is to provide a




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About